Hi First open your visual studio. 1.File menu-->open-->open project/Solution-->open project window will open. 2.Open project-->click on Source safe-select vss from the network- 3.Give u r username and password and select your project.
your's subbu
Hi First open your visual studio. 1.File menu-->open-->open project/Solution-->open project window will open. 2.Open project-->click on Source safe-select vss from the network- 3.Give u r username and password and select your project.
your's subbu
hi Put ValidateRequest="false" in source page directive of the freetextbox used pages. <%@ Page Language="C#" ValidateRequest="false" />
your's subbu
In Host System you need to install .netframe work(dotnetfx)of your developed project.If you use .net2.0 then install dotnetfx2.0.If net3.5 then dotnetfx3.5.Need not install asp.net on host System.Take domain from the domain serivce provider like whois,godaddy. In Host create a virtual directory for your application.
your's subbu
Hi I am using sqlhelper class for dataaccess.I am retriving records from view.The records more than 20,000.In this case i got timeout expired.i increase the connectiontimeout is 120sec.If any solution to solve this problem.
your's subbu
use javascript prompt for you are requirment
your's subbu
use ajax calendar control it not refresh you are page
your's subbu
use ajax autocomplete extender to you are requirement.
your's subbu
Hi i use to compare two dates.Data1 is always less than Date2.if i give Date1 Date2 18/10/2008 20/10/2008 validation occure. because the difference should be 8 days for dates it taken. My Requirement is less than one day
your's subbu
FileUpload1.PostedFile.SaveAs(Server.MapPath("path of location");
your's subbu
Page.RegisterStartupScript("myrest", "alert('Hello');"); use this after record insertion.
your's subbu
Hi Friends I have developed a ModelPopExteder with CheckBoxes.My Problem is how to know the which check box is checked.
your's subbu
Hi Friends i need to design rating system like code project rating.Any help how design.I design using ajaxControlTool kit but i need like hand symbols with rating Thanks in Advance
your's subbu
use TextBox1.Attribute.add("onkeypress","javascript:f1()") in
You are passing the value by request query string.In default2.aspx you should use string str=request.querystring["Mode"];
your's subbu
Page.RegisterStartupScript("hai", "alert('hai')") the above display alert box
your's subbu
Hi Friends I want to design a search engine for my local database.I want to design search engine in asp.net. how to remove stopwords and how to generate a query for select statement in database for retrive the results
your's subbu
modified on Monday, September 15, 2008 5:38 AM
[Message Deleted]
Hi I want a dropdown list with checkboxs asp.net for multiple selection
your's subbu
how to do templetes in vs2008. how to set the layout in vs2008
your's subbu
server.transfer is used to transfer one page to anotherpage within the website. response.redirect is used transfer one page to another page within the website as other websites.in response redirect we can pass the querystring.
your's subbu