Click here to Skip to main content
15,881,248 members

Videos


.

()
» »
Updated:
Rating: ()
1. How can we disable the address bar of browser so that no one can select the url from the address bar
I don't think you can hide the address bar on a user's current window but you can create a pop up that has the address bar hidden.var popup = window.open("http://someurl", "myPopup", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=120,height=120')alternatively...
Web Development » ASP.NET »
Fenil Desai Updated: 3 Mar 2013
Rating: ( (No votes))
2. How to avoid page refresh using javascript in asp.net.
You may try to remove the address bar so that no one can select the the URL.check these link - How can we disable the address bar of browser so that no one can select the url from the address bar[^]
Web Development » ASP.NET »
Fenil Desai Updated: 3 Mar 2013
Rating: ( (No votes))
3. Validation of viewstate MAC failed.
adding the below code in the web.config had fixed the issue for me.
Web Development » ASP.NET »
Fenil Desai Updated: 10 Dec 2012
Rating: 4.67/5 ( (3 votes))
.

()
» »
Updated:
Rating: ()
4. Using Explicit Cast instead of Databinder.Eval to Increase Performance
Increase ASP.NET Application performance with explicit casting
Web Development » ASP.NET »
Fenil Desai Updated: 27 Nov 2012
Rating: 5.00/5 ( (1 vote))
5. Check which .NET Framework version is installed from command line
Check which .NET Framework version is installed from command line
Web Development » ASP.NET »
Fenil Desai Updated: 1 Nov 2012
Rating: 4.88/5 ( (11 votes))
6. how to set images dynamically in rdlc Report Viewer.
im getting the foll. error - Requested value '=Fields!setImage.Value' not found.how will the report access the property?
Fenil Desai Updated: 16 Jun 2011
Rating: ( (No votes))
7. how to set images dynamically in rdlc Report Viewer.
im getting the foll. error - Requested value '=Fields!setImage.Value' not found.how to set te image in code-behind?
Fenil Desai Updated: 16 Jun 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()