Hi,
I have a checkboxlist with two checkboxes with values "Family" and "Friends".
Also i have another checkbox with text "Public".
I need to get a javascript code which uncheck "Family" and
"Friends" checkboxes(if they are checked) when the "Public" checkbox is cheked.
Please help me..
Thanks and Regards,
...
User Profile
Collapse
-
Web.sitemap
Hi all,
I would like to know how to add Web.sitemap file to a project and work with SiteMapPath control in Asp.net.
Please help me..
Thanks and Regards,
Mathew -
TextBox validation using regex
Hi,
I am trying to check whether the textbox contains single quote,double quote and < and > symbols.
I got the regex to check all the requirements.
its as shown below.
str=(document.g etElementById(' txtEnter')).val ue;
str.match(/([\<\])(1,))* ([\>])/)==null (for checking < and > symbol)
str.match(["'"])==null (for checking single quote)... -
Safari Browser Issue
Hi All,
I would like to know whether there is any difference in loading a page in 3.0 and 3.1 versions.
Suppose we load a page "Home.aspx" in safari3.0 version. If we again try to load the same page, will it go to server and load the page from server or will it load from cache?? I need that the browser should go to server and find the page and load it..
in 3.1 version, no such problem exists...... -
Thanks... Can you help me to retrieve second item in the first row of a ListView.
Thanks in Advance,
Mathew.... -
ListView Properties
Hi all,
I am trying to retrieve values from a ListView. I can find in some sites that
ListView1.Selec tedItems[0].SubItems[0].Text is the code for retrieving first value from a ListView. But "SelectedIt ems" property is not available. I am using VS2008. c#.net. Any other namespace i have to add? I added "System.Web.UI. WebControls" namespace.
Please Help me..
Thanks and... -
Hi Nathan,
I would like to get the source code for my requirement specified above..
Please help me..
Thanks and Regards,
Mathew...Leave a comment:
-
Resource File Issue
Hi,
I have to get the dropdownlist values in different languages when i open different versions(langua ges) of same website.
For example,
I have a dropdownlist with values "10inch","20inc h". and if i open french site,
i have to get "10pouces","20p ouces".
Please help me..
I am using VS2008...
Thanks in advance,... -
Getting the values of checkboxlist
Hi all,
I have a checkboxlist with 4 list items A,B,C,D. i would like to get the javascrit code which retrieve values from the checkboxlist if the items are checked..
ie, if i check the list item A and click on a Button i need to get the alert message "Item A".
Please help me...
Thanks and Regards,
Mathew. -
How to get Yahoo API
Hi,
I would like to get the Yahoo API Code in .net. Please help me..
Thanks in Advance,
Mathew -
Encrypt and Decrypt a string variable
Hi all,
I have a string variable called userid and i want to encrypt the userid and store it into another variable using the stored procedure. Again i have to decrypt the encrypted value to the original string value using another stored procedure.
I am using sql server.
Please help me...
Thanks and regards,
Mathew -
Getting the path of an image
Hi all,
I uploaded an image (the name of the image is image1) to a folder (the name of the folder is Images) in the solution explorer.The full path of the image is
"c:\\Docume nts and Settings\\Name\ \DeskTop\\Photo \\Images\image1 ".
I would like to get the path of the image as "~\Images\image 1" and store it in database.
Please help me...
Thanks and regards,... -
Hi,
The sample code is given below.....
Code:protected void gdvPurchase_RowUpdating(object sender, GridViewUpdateEventArgs e) { try { GridViewRow row = gdvPurchase.Rows[e.RowIndex]; string strPurchaseId = txtPurchaseId.Text; string strProductNameNew = ((TextBox)row.Cells[0].Controls[1]).Text; string strNoOfItems
Leave a comment:
-
asp.net security
Hi all,
I have two aspx pages. 1.Home.aspx and LoginPage.aspx.
In the LoginPage.aspx, the user has to enter the username and password. and click on the submit button. If both username and password is correct, the control is redirected to Home.aspx.
I used asp.net security feature in this application to set username and password.
My web.config file is given below.
<?xml... -
Hi,
Do you want to exclude it in your validation control or not?
Regards,
Mathew....Leave a comment:
-
Hi,
Code:sqlConRowUpdate = new SqlConnection(strConnectionString); sqlConRowUpdate.Open(); SqlCommand SqlCmdRowUpdate = new SqlCommand(); SqlCmdRowUpdate.Connection = sqlConRowUpdate; SqlCmdRowUpdate.CommandText = "procUpdatePDetails"; SqlCmdRowUpdate.CommandType = CommandType.StoredProcedure; SqlCmdRowUpdate.Parameters.Add("@purchaseid",
Leave a comment:
-
Check the statements given below with your's.....
<configuratio n>
<appSettings>
<add key="connection " value="Initial Catalog=Purchas e;Data Source=(local); Integrated Security=SSPI" />
</appSettings>
<connectionStri ngs>
<add name="PurchaseC onnectionString " connectionStrin g="Data Source=(local); Initial Catalog=Purchas e;Integrated...Leave a comment:
-
where is the gridview datasource in the PageIndexChangi ng event?...Leave a comment:
-
Update panel does not work with .NET Frame work 3.5.
Hi,
I'm having problem with AJAX in .NET frame work 3.5. The update panel works fine with VS 2008 built-in server (file system- based). It's not working with Virtual directory created under localhost. Please help.
Thanks and regards,
Mathew. -
Hi Durga,
int rows = gdvPurchase.Row s.Count;
string txtProductName = ((TextBox)gdvPu rchase.FooterRo w.FindControl(" txtProductName" )).Text;
string txtNoOfItems = ((TextBox)gdvPu rchase.FooterRo w.FindControl(" txtNoOfItems")) .Text;
string txtUnitPrice = ((TextBox)gdvPu rchase.FooterRo w.FindControl(" txtUnitPrice")) .Text;
This is an...Leave a comment:
No activity results to display
Show More
Leave a comment: