Click here to Skip to main content
15,912,457 members

Comments by Irbaz Haider Hashmi (Top 83 by date)

Irbaz Haider Hashmi 12-Feb-13 8:43am View    
Search Google ASP.NET for beginners and go through tutorials.
Irbaz Haider Hashmi 12-Feb-13 8:43am View    
Is this a question or your project requirement.
Irbaz Haider Hashmi 12-Feb-13 6:51am View    
I am not sure why your boss does not allow this but if you want to do it using javascript

ScriptManager.RegisterClientScriptBlock(this, GetType(), "Redirect", "window.location.href = 'http://www.codeproject.com'", true);
Irbaz Haider Hashmi 12-Feb-13 6:48am View    
You can set the navigation url but to invoke these you need to invoke their onclick function.
Irbaz Haider Hashmi 12-Feb-13 6:08am View    
What have you done so far?