C#
was looking at some C# code and found noticed that this looks really handy.Code:string val = Request.QueryString["val"]==null?"defaultvalue":Request.QueryString["val"].ToString();
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |