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
Ranked #44.2K
~493 People Reached
Favorite Tags
Member Avatar for s1986

m new 2 asp.net. my prob is after populating the dropdownlist with data from the database wen i select an item it select only the first item.following is my code.where did i go wrong code:- con3.start_connection() dr = con3.executequery("SELECT city_name from City") DropDownList1.Items.Clear() While dr.Read DropDownList1.Items.Add(dr(0)) End While dr.Close() con3.close_connection() …

Member Avatar for s1986
0
192
Member Avatar for iced98lx

Hi All- I've been browsing for a while but finally had to sign up to ask a question. I'm working on a little project that pulls data from a few places, Active Directory, ADAM, and an Informix Database. I've got my ODBC drivers installed and I've got my Data source …

Member Avatar for iced98lx
0
120
Member Avatar for u4umang2001

Hi All, i have table with some fields. one of them is "ID". now i want to update ID by a given number. suppose i have 5 rows and the ID are 1,2,3,4,5. now i want that i should pass a parameter/number to the stored procedure let it 10 then …

Member Avatar for srinunarra
0
81
Member Avatar for asif08

I want to write a string named output to the console screen. How do i do that? string output= "hello world" How can I write the output to the screen?

Member Avatar for srinunarra
0
100