Click here to Skip to main content
15,917,617 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Client Side Drop Down Pin
JC.KaNNaN24-May-10 7:16
JC.KaNNaN24-May-10 7:16 
QuestionDisplay Images dynamically at runtime from a web site Pin
Eagle3223-May-10 1:39
Eagle3223-May-10 1:39 
AnswerRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 3:34
mentorNot Active23-May-10 3:34 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 6:36
Eagle3223-May-10 6:36 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 7:39
mentorNot Active23-May-10 7:39 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 12:43
Eagle3223-May-10 12:43 
QuestionHOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE [modified] Pin
ihbos22-May-10 20:32
ihbos22-May-10 20:32 
AnswerRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
Not Active23-May-10 3:30
mentorNot Active23-May-10 3:30 
GeneralRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
ihbos23-May-10 8:23
ihbos23-May-10 8:23 
GeneralRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
Not Active23-May-10 8:32
mentorNot Active23-May-10 8:32 
Questionmake different menu for site Pin
farasat.mohammad22-May-10 18:37
farasat.mohammad22-May-10 18:37 
AnswerRe: make different menu for site Pin
Sandeep Mewara22-May-10 20:39
mveSandeep Mewara22-May-10 20:39 
GeneralRe: make different menu for site Pin
farasat.mohammad23-May-10 19:46
farasat.mohammad23-May-10 19:46 
QuestionProblem with declaring namespace Pin
Eagle3222-May-10 12:21
Eagle3222-May-10 12:21 
QuestionCount number of records from a tabel and display result in a gridview column at run time. Pin
Eagle3222-May-10 11:58
Eagle3222-May-10 11:58 
AnswerRe: Count number of records from a tabel and display result in a gridview column at run time. Pin
Sandeep Mewara22-May-10 20:35
mveSandeep Mewara22-May-10 20:35 
Why to hit performance(and extra code!) so much when you can get the same information in the dataset of gridview along with other data?

Using webservice when you are getting data, also retrieve the count of rows in it.
Or, if you cannot do that, then before using it as a source to grid, append the count of rows to dataset and use the modified dataset as datasource of your grid. You are all set!
GeneralRe: Count number of records from a tabel and display result in a gridview column at run time. Pin
Eagle3223-May-10 1:32
Eagle3223-May-10 1:32 
QuestionChanging color on Boundfield text content Pin
lvq68422-May-10 8:21
lvq68422-May-10 8:21 
AnswerRe: Changing color on Boundfield text content Pin
Sandeep Mewara22-May-10 10:25
mveSandeep Mewara22-May-10 10:25 
GeneralRe: Changing color on Boundfield text content Pin
lvq68422-May-10 11:48
lvq68422-May-10 11:48 
GeneralRe: Changing color on Boundfield text content Pin
Sandeep Mewara22-May-10 20:31
mveSandeep Mewara22-May-10 20:31 
GeneralRe: Changing color on Boundfield text content Pin
lvq68422-May-10 20:49
lvq68422-May-10 20:49 
Questionhow to draw vertical rule in asp.net Pin
developerit22-May-10 3:28
developerit22-May-10 3:28 
AnswerRe: how to draw vertical rule in asp.net Pin
Yusuf22-May-10 7:01
Yusuf22-May-10 7:01 
AnswerRe: how to draw vertical rule in asp.net Pin
Tej Aj23-May-10 21:24
Tej Aj23-May-10 21:24 

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.