Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Div Show Pin
raushan_95-May-08 0:53
raushan_95-May-08 0:53 
GeneralRe: Div Show Pin
Christian Graus5-May-08 11:13
protectorChristian Graus5-May-08 11:13 
Questiontool tip Pin
Pankaj Garg4-May-08 21:20
Pankaj Garg4-May-08 21:20 
AnswerRe: tool tip Pin
samMaster4-May-08 22:19
samMaster4-May-08 22:19 
AnswerRe: tool tip Pin
Vasudevan Deepak Kumar4-May-08 22:27
Vasudevan Deepak Kumar4-May-08 22:27 
QuestionPage Appear In Center but scrollbar can be dragged to a larger distance Pin
Krazy Programmer4-May-08 20:50
Krazy Programmer4-May-08 20:50 
AnswerRe: Page Appear In Center but scrollbar can be dragged to a larger distance Pin
J a a n s4-May-08 21:04
professionalJ a a n s4-May-08 21:04 
Questiondatabase name extracting and table retrievel Pin
accessred4-May-08 20:45
accessred4-May-08 20:45 
in my application i have one textbox ,button and a drop down box.when i am clicking the button it will browse the database and will appear in the text box.i have done that.now what i want is,to fetch the database tables from the browsed database and to list in the dropdown box.
the query for that is
select table_name, column_name, data_type, character_maximum_length, is_nullable from information_schema.columns where table_name in (select name from sysobjects where xtype='U') order by table_name

but i want the c# code for that.where do i put this query?
QuestionRenaming in DataColumnCollection??? Pin
Karan_TN4-May-08 20:22
Karan_TN4-May-08 20:22 
QuestionContact page help? Pin
asif_34-May-08 19:49
asif_34-May-08 19:49 
AnswerRe: Contact page help? Pin
Christian Graus4-May-08 19:58
protectorChristian Graus4-May-08 19:58 
General[Message Deleted] Pin
asif_34-May-08 20:03
asif_34-May-08 20:03 
AnswerRe: Contact page help? Pin
Abhijit Jana4-May-08 20:10
professionalAbhijit Jana4-May-08 20:10 
GeneralRe: [Message Deleted] Pin
Christian Graus4-May-08 21:07
protectorChristian Graus4-May-08 21:07 
QuestionGridview Pin
asif_34-May-08 19:46
asif_34-May-08 19:46 
AnswerRe: Gridview Pin
Christian Graus4-May-08 19:57
protectorChristian Graus4-May-08 19:57 
GeneralRe: Gridview Pin
asif_34-May-08 20:39
asif_34-May-08 20:39 
GeneralRe: Gridview Pin
Christian Graus4-May-08 21:14
protectorChristian Graus4-May-08 21:14 
AnswerRe: Gridview Pin
Abhijit Jana4-May-08 20:17
professionalAbhijit Jana4-May-08 20:17 
QuestionError in executing action of deleting and updating data from GridView Pin
miss nadia4-May-08 19:32
miss nadia4-May-08 19:32 
AnswerRe: Error in executing action of deleting and updating data from GridView Pin
Abhijit Jana4-May-08 19:44
professionalAbhijit Jana4-May-08 19:44 
GeneralRe: Error in executing action of deleting and updating data from GridView Pin
miss nadia5-May-08 19:26
miss nadia5-May-08 19:26 
GeneralRe: Error in executing action of deleting and updating data from GridView Pin
miss nadia6-May-08 18:52
miss nadia6-May-08 18:52 
QuestionPreventing took page using browser Pin
SreejithAchutan4-May-08 19:09
SreejithAchutan4-May-08 19:09 
AnswerRe: Preventing took page using browser Pin
Christian Graus4-May-08 19:21
protectorChristian Graus4-May-08 19:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.