Tag: web technology
Questions Related to web technology
-
Process.Start
-
Application.Start
-
Process.Run
-
Application.Run
-
str.Substring(str.Length);
-
str.Substring(str.Length - 1);
-
str.LastChar();
-
str.RightChar();
-
Account.Username
-
User.Name
-
Page.Username
-
Environment.Username
-
Request.Url.FullURL;
-
Request.PageUrl;
-
Request.Url.AbsoluteUri;
-
Request.Page.URL;
-
System.Object
-
System.Page
-
System.Web
-
System.Namespace
-
Not Possible
-
Always Possible
-
Only If object have Serializable feature or have TypeConverter option
-
Only if object is an String
-
Set PositionOnPostback as true in Page directive
-
Set MaintainScrollPositionOnPostback as true in Page directive
-
Set ViewState as true in Page directive
-
Not Possible