Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Member Avatar for RobertKramers

Hi there, Im getting the error above, when i run my code. [code] string myCommand = "SELECT * FROM Manager WHERE UserName=" + ID; SqlDataAdapter da = new SqlDataAdapter(myCommand, con); DataSet ds = new DataSet(); try { con.Open(); da.Fill(ds); [B]// <- highlighting this part of the code..[/B] } finally { …

Member Avatar for samuelmac
0
3K
Member Avatar for megha.jain08

whenever i click an update button to update values in a single column of a gridview, all the columnss gets updated with the same values. eg. if a 1st column of a row with s.no. 1 is updated with values watch,50.,,,rest of the columns of the rows with s.no.2,3,4,5 etc. …

Member Avatar for sknake
0
91
Member Avatar for happygeek

Isn't it amazing just how attached so many people are to Windows XP given that it is relatively old and [URL="http://www.itwire.com/content/view/25484/53/"]relatively insecure[/URL]? I will even admit to having a netbook which runs very nicely on XP thank you very much, and have no plans to 'upgrade' this to Vista or …

Member Avatar for dannyblaze
0
309
Member Avatar for nikhil31888

Hey, I m a final year Computer engineering student, I want 2 do my final year project on ASP.Net. i want 2 do a very exciting and prize winning project on dis, but I am short of ideas, I dont want 2 do any common project. Presently I am learning …

Member Avatar for mrGee
0
112
Member Avatar for bharanidharanit

Hello, I am using visual web developer 2008 I am trying to display an image in a table with a master page. But my image is being displayed during designtime but not displayed during run time. I used the coding below. [CODE] <form id="form1" runat="server"> <div> <table style="width: 100%; height: …

Member Avatar for mrGee
0
95
Member Avatar for mrGee

Hi I have dreamwever CS3 and I have created vb.aspx files and when I open my forms in visual studio 2008, flash buttons cannot be displayed. Thank you in advance

Member Avatar for sedgey
0
71