Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Changes in design view not sychronized to source view in VS2008 SP1 Pin
saanj5-May-09 19:13
saanj5-May-09 19:13 
GeneralRe: Changes in design view not sychronized to source view in VS2008 SP1 Pin
Ethe1st5-May-09 22:59
Ethe1st5-May-09 22:59 
QuestionSending Email (Using ASP.Net with C# Language) Pin
misCafe5-May-09 15:25
misCafe5-May-09 15:25 
AnswerRe: Sending Email (Using ASP.Net with C# Language) Pin
Christian Graus5-May-09 15:49
protectorChristian Graus5-May-09 15:49 
AnswerRe: Sending Email (Using ASP.Net with C# Language) Pin
saanj5-May-09 19:19
saanj5-May-09 19:19 
AnswerRe: Sending Email (Using ASP.Net with C# Language) Pin
Abhijit Jana5-May-09 19:59
professionalAbhijit Jana5-May-09 19:59 
AnswerRe: Sending Email (Using ASP.Net with C# Language) Pin
Johan Lundqvist5-May-09 22:12
Johan Lundqvist5-May-09 22:12 
GeneralRe: Sending Email (Using ASP.Net with C# Language) Pin
misCafe5-May-09 22:18
misCafe5-May-09 22:18 
GeneralRe: Sending Email (Using ASP.Net with C# Language) Pin
Johan Lundqvist5-May-09 22:45
Johan Lundqvist5-May-09 22:45 
GeneralRe: Sending Email (Using ASP.Net with C# Language) Pin
misCafe5-May-09 23:40
misCafe5-May-09 23:40 
GeneralRe: Sending Email (Using ASP.Net with C# Language) Pin
Johan Lundqvist6-May-09 0:57
Johan Lundqvist6-May-09 0:57 
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 

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.