Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
How does ASP.NET maintain state in between subsequent request
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter. 2019-02-05, 9194👍, 1💬
💬 2019-02-05 M.S.: There are different state management techniques Cookies,viewstate,hidden field
If cookies are not enabled at browser end does form Authentication work
If cookies are not enabled at browser end does form Authentication work? No, it does not work. 2007-10-24, 7046👍, 0💬
How do we assign page specific attributes
How do we assign page specific attributes ? Page attributes are specified using the @Page directive. 2018-01-23, 7006👍, 1💬
From performance point of view how do they rate
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and finally datagrid. 2007-10-24, 6988👍, 0💬
What is the method to customize columns in DataGrid
What is the method to customize columns in DataGrid? Use the template column. 2007-10-24, 6497👍, 0💬
How can we format data inside DataGrid
How can we format data inside DataGrid? Use the DataFormatString property. 2007-10-24, 6318👍, 0💬
How can we identify that the Page is PostBack
How can we identify that the Page is PostBack ? Page object has a “IsPostBack” property which can be checked to know that is the page posted back. 2007-10-24, 5417👍, 0💬
How can we force all the validation control to run
How can we force all the validation control to run ? Page.Validate 2007-10-24, 5246👍, 0💬
Do session use cookies
How can we make session to not to use cookies ? Left to the user, you will enjoy to find this answer. 2007-10-24, 5121👍, 0💬
Popular Posts:
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
How can I include comments in HTML? An HTML comment begins with "<!--", ends with "-->...
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
Can you explain steps in function points? Below are the steps in function points: >First Count ILF, ...