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 still get the same problem. Here is my code :
<table width="550" bgcolor="blue" border="0">
<tr>
<td width="100"><img src="images/header1.jpg" Width="100" Height="10" style="border:none;"></td>
<td width="150"></td>
<td width="50"></td>
<td width="100"></td>
<td...
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...
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.