Click here to Skip to main content
15,900,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: running a web application from browser Pin
Christian Graus25-Sep-07 10:38
protectorChristian Graus25-Sep-07 10:38 
GeneralRe: running a web application from browser Pin
manish.singhal25-Sep-07 21:49
manish.singhal25-Sep-07 21:49 
GeneralRe: running a web application from browser Pin
Christian Graus25-Sep-07 22:46
protectorChristian Graus25-Sep-07 22:46 
GeneralRe: running a web application from browser Pin
manish.singhal26-Sep-07 22:38
manish.singhal26-Sep-07 22:38 
GeneralRe: running a web application from browser Pin
manish.singhal15-Oct-07 0:46
manish.singhal15-Oct-07 0:46 
QuestionCreate Multiple Work Sheet in Excel Using Asp.net Pin
HatakeKaKaShi20-Sep-07 23:49
HatakeKaKaShi20-Sep-07 23:49 
AnswerRe: Create Multiple Work Sheet in Excel Using Asp.net Pin
Sandeep Akhare21-Sep-07 0:32
Sandeep Akhare21-Sep-07 0:32 
QuestionDatareader using column names. Surely there's a better way Pin
Sam Heller20-Sep-07 23:46
Sam Heller20-Sep-07 23:46 
Hey I'm retrieving datat using a datareader as follows

<br />
If Not IsDBNull(dr("ClientID")) Then<br />
ClientLink.HRef = Page.ResolveUrl("~/secure_code/clients/ViewClient.aspx") + "?ClientID=" + dr.GetInt32(1).ToString()<br />
End If<br />


But i would prefer to use the column name instead of it's index as I use the SP in various places and would like the flexibility to alter it how ever I feel I want to without anything breaking. ISDBnull allows you to just type in the column name as a string but all of the get methods don't. All I could work out was this.

If Not IsDBNull(dr("ClientID")) Then<br />
                        ClientLink.HRef = Page.ResolveUrl("~/secure_code/clients/ViewClient.aspx") + "?ClientID=" + dr.GetInt32(dr.GetOrdinal("ClientID")).ToString()<br />
                    End If<br />



Is there a better way???
QuestionProblem in dynamically crystal report generation in ASP.NET 2.0 Pin
Affan Toor20-Sep-07 23:46
Affan Toor20-Sep-07 23:46 
QuestionHow to implement mustiuser chat room in asp.net Pin
rahul.net1120-Sep-07 22:44
rahul.net1120-Sep-07 22:44 
AnswerRe: How to implement mustiuser chat room in asp.net Pin
Sandeep Akhare20-Sep-07 22:48
Sandeep Akhare20-Sep-07 22:48 
GeneralRe: How to implement mustiuser chat room in asp.net Pin
rahul.net1120-Sep-07 22:52
rahul.net1120-Sep-07 22:52 
AnswerRe: How to implement mustiuser chat room in asp.net Pin
Christian Graus21-Sep-07 0:30
protectorChristian Graus21-Sep-07 0:30 
AnswerRe: How to implement mustiuser chat room in asp.net Pin
Tarun Dudhatra21-Sep-07 1:18
Tarun Dudhatra21-Sep-07 1:18 
GeneralRe: How to implement mustiuser chat room in asp.net Pin
rahul.net1121-Sep-07 2:42
rahul.net1121-Sep-07 2:42 
AnswerRe: Problem in GridView Pin
Imran Khan Pathan20-Sep-07 23:49
Imran Khan Pathan20-Sep-07 23:49 
GeneralRe: Problem in GridView Pin
M_Menon21-Sep-07 6:31
M_Menon21-Sep-07 6:31 
Questionreading n editing content in aspx page Pin
alok.mailbox20-Sep-07 21:57
alok.mailbox20-Sep-07 21:57 
AnswerRe: reading n editing content in aspx page Pin
N a v a n e e t h20-Sep-07 22:38
N a v a n e e t h20-Sep-07 22:38 
Questiongetting .ps fileformat from word document Pin
the_dream20-Sep-07 21:23
the_dream20-Sep-07 21:23 
QuestionHow can I remove the restrictions on the username and password. Pin
Big Ralph20-Sep-07 21:23
Big Ralph20-Sep-07 21:23 
AnswerRe: How can I remove the restrictions on the username and password. Pin
Sathesh Sakthivel20-Sep-07 21:25
Sathesh Sakthivel20-Sep-07 21:25 
GeneralRe: How can I remove the restrictions on the username and password. Pin
Big Ralph20-Sep-07 21:38
Big Ralph20-Sep-07 21:38 
QuestionRegarding Javascript... Pin
Ron.S20-Sep-07 21:04
Ron.S20-Sep-07 21:04 
AnswerRe: Regarding Javascript... Pin
Sathesh Sakthivel20-Sep-07 21:09
Sathesh Sakthivel20-Sep-07 21:09 

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.