I have a method that I use in my C# for Javascript validation (see below). What I want to do is change the alert title, buttons, icon etc. Does anybody know the correct syntax to do this?
private void Gen_Alert(string Key, string msg)
{
string str = "";
str += "<script...
I am populating a drop down column in a datagrid on page load. Here is my code :
<asp:TemplateColumn>
<ItemTemplate>
<asp:DropDownList ID="ddlUserName" Font-Name="Verdana" Font-Size="8pt" Runat=server
DataValueField="UserName"...
I have created 4 images for each corner of my table to make the table look like it has rounded edges. But when I add the images to my HTML I get a border around them. Does anybody know how to get rid of this?
Thanks,
Mike
In a radio button list, how do you remove the labels from the radio buttons? I'm trying to get a list of radio buttons that looks like that on the MSDN site used to rate pages (e.g. Poor [button] [button] [button] Excellent)
Cheers,
Mike
I am working on a site that has a number of image buttons as links, and I need to add a page to the project that uses validation controls. Is it possible to do this, since whenever I press any of the image buttons the validation is triggered? Will I have to get rid of the image button links...
I'm new to Photoshop and I'm using Photoshop 7 at work. What I want to know is, I know Photoshop CS is the latest version, but how old is the version I'm using? Is CS version 8 or 9? Is there a lot of stuff I'm missing by not having CS?
Cheers,
Mike
How do you specify empty fields in an SQL query? For example, I have a lot of fields in a database which aren't null but are just empty. I've tried WHERE FIELD <> "" to remove any records which have an empty field from the query results, but it doesn't work. What is the correct way to do...
what is the syntax for adding a rollover button as an image button? I have saved the button as a .swf file and put it as the ImageUrl, but since it isn't an image, do I need to save it as an image in flash rather than a button?
Cheers,
Mike
what is the syntax for adding a rollover button as an image button in an .aspx page? I have saved the button as a .swf file and put it as the ImageUrl, but since it isn't an image, do I need to save it as an image in flash rather than a button?
Cheers,
Mike
How do you get alphanumberic fields to order themselves based on the numeric value? For example, I have a varchar field with values such as RAC1, RAC2, RAC3, RAC10 etc but when I do an order by I always get the order RAC1, RAC10, RAC2 etc. Do I need to cast the field as a numeric value and...
How do you change the timeout set for queries/stored procedures to execute? It seems to be set to 30 seconds by default and my stored procedure goes slightly over this, causing a timeout error page.
Cheers,
Mike
Is it possible to return an array of values from a stored procedure? I have a situation where a stored procedure is going to insert any number of records into a table. I need to grab the identity field from each of these added records and insert these into another table. Does anybody know how...
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.