Search

You searched for the word(s): userid:2147
Page 1 of 11 (101 items) 1 2 3 4 5 Next > ... Last »
  • New RSS for my New Official Blog

    Hello: I decided to make your life easy :D, and thanks for Wessam . My new RSS Feed is: http://bhaidar.net/cs/blog/rss.aspx Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Thu, Jan 19 2006
  • Billa Haidar [MVP] Official Blog

    I would like to announce my new blog located at http://www.bhaidar.net Please do updated your RSS links to my new blog. Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Wed, Jan 18 2006
  • The Dream - Episode 2

    I spent the whole day working on my dream. It is taking lots of time, but at least, there is something making me happy these days !! Keep an eye here!! Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Sun, Jan 15 2006
  • Unable to Start Debugging on the Server. You do not have permission to debug the server

    Have you ever faced that error before? I have started development lately on a Windows 2003 Standard Server, having both VS.NET 2003 and VS.NET 2005 installed. I was trying to open a DotNetNuke project yesterday and got the error by VS.NET 2003: Error while trying to run the project : Unable to Start debugging on the web server. You do not have permissions to debug the server Verify that you are a member of the 'Debugger Users' group on the server I have Integrated Security on, Network Service, ASPNET
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Sat, Jan 14 2006
  • The Dream - Episode 1

    Here I am announcing the start of the Lebanese and Personal Dream. Keep an eye on this Blog, to know more about the Dream. Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Fri, Jan 13 2006
  • Want an Invitation for Windows Live Messneger 8.0?

    Hello: I have been using Windows Live Mesesnger for a week or so. At first I felt myself *New In Town*, but now I am finding it nice and helpful too; especially that *Share Folder* thingy. Here is the offer :D The first person (Who has not yet got an invitation ;)) who sends me an email asking for an invitation to get the New Live Messenger, will get it !! Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Fri, Jan 13 2006
  • Check my EGO :)

    Go and check my ego here: Ego Surf Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Thu, Jan 12 2006
  • Bit Column in SQL Server

    In my work today, I faced a very weird thingy, here it is: I was retreiving a bit column from the table whose default value is set to 0 , and then using an SqlDataReader , and the weird thing is that I used: 1- (bool)reader[col] 2- Convert.ToBoolean(reader[col]]) 3- reader.GetInt32(col) Nothing worked but: Convert.ToBoolean( Convert.ToByte( reader[col] ) ) Can anyone explain why that happened? I beleive, option #1 should work pretty simple. Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Wed, Jan 11 2006
  • Add NameSpaces in Web.Config

    A new and cool feature in ASP.NET 2.0, that allows you to import default namespaces once in the Web.Config file, and then every ASPX page (Not Code-Behind) can see those imported namspaces. Here is a small code: <?xml version="1.0"?> <configuration> <system.web> <pages buffer="true" maintainScrollPositionOnPostBack="true"> <namespaces> <add namespace ="System.Web" /> <add namespace="System.Text"/> </namespaces> </pages> </system.web> <
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Wed, Jan 11 2006
  • ASP.NET 2.0 Security New Wiki In Town !!

    There is a new ASP.NET 2.0 Security Wiki in Town, go and check it: http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.ASPNET2SecurityFAQs Regards
    Posted to Bilal Haidar [MVP] (Weblog) by simple on Wed, Jan 11 2006
Page 1 of 11 (101 items) 1 2 3 4 5 Next > ... Last »