Hi,
I've bound a datatable to a gridview and am trying to change the column width. The data is displayed correctly in the gridview, but I'm having trouble changing the width of a column.
After I've bound the datatable, I have the following code:
GridView1.DataSource = dt
GridView1.DataBind()...
This may be a stupid question, but is it possible to change a labels text value without submitting the page? I thought maybe you could do something like:
<asp:ImageButton id="ImageButton1" ImageUrl="images/graph.gif" OnClientClick="javascript: document.getelementbyid(Label1).text = 'Changed...
I'm trying to dynamically adjust the height of a container div based on the height of a datalist it contains. However, I don't have a default height set for the datalist, the height just flexes based on how many rows are returned. I thought I could just do an body onload statement like this...
Is there a way I can detect if the users browser has flash installed using asp / javascript without redirecting? Basically, I want to load my home page with a flash banner (if flash installed) or a gif in it's place if flash is not present. Can this be done on one page? Or do I have to create a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.