Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sending Email (Using ASP.Net with C# Language) Pin
misCafe6-May-09 14:15
misCafe6-May-09 14:15 
QuestionShop item display: Matrix style (?control?) vs Table style (DataGrid) Pin
devvvy5-May-09 13:06
devvvy5-May-09 13:06 
AnswerRe: Shop item display: Matrix style (?control?) vs Table style (DataGrid) Pin
Christian Graus5-May-09 15:53
protectorChristian Graus5-May-09 15:53 
GeneralRe: Shop item display: Matrix style (?control?) vs Table style (DataGrid) Pin
devvvy5-May-09 16:05
devvvy5-May-09 16:05 
QuestionFilling in form fields Pin
redone6325-May-09 12:12
redone6325-May-09 12:12 
AnswerRe: Filling in form fields Pin
Christian Graus5-May-09 12:14
protectorChristian Graus5-May-09 12:14 
GeneralRe: Filling in form fields Pin
redone6325-May-09 12:21
redone6325-May-09 12:21 
GeneralRe: Filling in form fields Pin
Christian Graus5-May-09 12:25
protectorChristian Graus5-May-09 12:25 
myTextBox.Text = Request.QueryString["Name"] ?? string.Empty;

This will grab the name from myURL.aspx?Name=Fred and if there is no value, the querystring returns null, so the ?? operator will see it's null and replace null with an empty string.

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

GeneralRe: Filling in form fields Pin
redone6325-May-09 13:10
redone6325-May-09 13:10 
AnswerRe: Filling in form fields Pin
saanj5-May-09 19:23
saanj5-May-09 19:23 
QuestionCheckBoxList value lost on postback Pin
Swetha Sankaran5-May-09 9:44
Swetha Sankaran5-May-09 9:44 
AnswerRe: CheckBoxList value lost on postback Pin
Christian Graus5-May-09 12:13
protectorChristian Graus5-May-09 12:13 
GeneralRe: CheckBoxList value lost on postback Pin
Swetha Sankaran6-May-09 4:20
Swetha Sankaran6-May-09 4:20 
AnswerRe: CheckBoxList value lost on postback Pin
saanj5-May-09 19:25
saanj5-May-09 19:25 
AnswerRe: CheckBoxList value lost on postback Pin
Swetha Sankaran13-May-09 9:50
Swetha Sankaran13-May-09 9:50 
QuestionASP.NET Test Tool Question Pin
elapid5-May-09 9:14
elapid5-May-09 9:14 
QuestionLocal Server Problem(C# ASP DOT NET) Pin
mishigun5-May-09 8:34
mishigun5-May-09 8:34 
AnswerRe: Local Server Problem(C# ASP DOT NET) Pin
Yusuf5-May-09 9:07
Yusuf5-May-09 9:07 
GeneralRe: Local Server Problem(C# ASP DOT NET) Pin
mishigun5-May-09 9:26
mishigun5-May-09 9:26 
QuestionUrgent : Web and Windows Integration(Passing values from web to windows) Pin
mishigun5-May-09 8:27
mishigun5-May-09 8:27 
AnswerRe: Urgent : Web and Windows Integration(Passing values from web to windows) Pin
Yusuf5-May-09 9:11
Yusuf5-May-09 9:11 
QuestionLosing cookies Pin
yasBinder5-May-09 8:14
yasBinder5-May-09 8:14 
AnswerRe: Losing cookies Pin
Yusuf5-May-09 9:15
Yusuf5-May-09 9:15 
GeneralRe: Losing cookies Pin
yasBinder5-May-09 9:37
yasBinder5-May-09 9:37 
GeneralRe: Losing cookies Pin
yasBinder7-May-09 16:47
yasBinder7-May-09 16:47 

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.