Using Ajax in my project
Hi, I am having gridview and in that edit and view map buttons are present. i am using model popup for dispalying the data when user clicks on edit, like wise if i user clicks on view map i need to...
View Articlesending mail on button click event from the s/m
these are my mai settings.when i click on button i have to get this address.this is from mail id.i vil get "to mail id from db.getting mail id from db is not a pbm.my pbm is how to get this...
View Articles/m has to send mail on button click event
<system.net><mailSettings><smtpfrom="development@relone.com"><networkhost="mail.relone.com"port="16"userName="development@relone.com"password="password"defaultCredentials="false"/&...
View Articlemultilanguage application
now i am developing a web application which is in english.if i want to make that application as global that is multilanguage supported application .how can i do that ...for ex name textbox control...
View ArticleCan a Compare validator fire when either of two controls changes?
From what I have read, a Compare validator only fires when the ControlToValidate changes (not the ControlToCompare). How can I get a validator that fires when either of two controls change?
View Articleftp uploaded files are empty
Hi every one, strange issue, im trying to upload a whole simple one-page asp.net website to a remote ftp by my method called uploadFolderContents(). every structure and files gets uploade, but the...
View ArticlePlease Wait ....
Could you plz let me know how to put the process message like (gif picture) please wait PAGE is LOADING.... my Page_Load takes about 2 mins. and i wanna show the message when the page is loading and at...
View Articlebutton disable until all required fields are filled
hi i am 4 textboxes & one dropdownlist.all are mandatory.items for dropdown list are retrieved from database.they are "select",6,7,8,9 &10.by default select is displayed.until i fill all 4...
View ArticleThe information session ID
I have a list of session ID Session_Start<pre lang="c#"> public static void Management_SessionUserDelete(string UserID) { System.Data.DataTable dt =...
View ArticleUser control variable not declared in .aspx page
I have a variable that is declared in a user control. It is the value of a drop down list in the user control. When I try to use it in an If statement on an aspx page it says that the variable is not...
View ArticleASP.NET 4.0 How to make session values alive still user logout.
Hi guys, I am getting a problem one of my web site. My site having login screen, user should login to do operations. so this site automatically time out on 20 min. because ISS ideal time default 20...
View ArticleDynamically update price based on exchange rate
I am building a website in which I need to show the price of items in different currencies depending on the country chosen by the user.The price has to be dynamically updated daily based on the...
View Articleasp.net app with c#, vb, and fortran
So I have a program that was written in visual studio and goes through vb c# then to fortran to calculate values. I am trying to get this to run online and running into problems. I first tried asp.net...
View ArticleHandling application settings in Virtual path provider
Hi, Currently working with virtual path provider class in loading a whole website from database, and off course you cannot replace the web.config as a rule. my problem is how could i load or move my...
View ArticleMVC and Web.config(ssssss)???!!!!!??
I'm learning MVC. So far I have customized the default sample app. One thing that leave me baffled is... In the samples app there 2 web config!! ~/web.config ~/Views/web.config WTF? Why 2? Which one...
View Articledelete a table data&structure
hi ,this is my codeDataTable dt = new DataTable(); dt = conn.select_usertypeid(Convert.ToString(txtemailid.Text),Convert.ToString(txtPassword.Text)); here i am getting data for dt for ex column1...
View Articlegridview
i wrote below code for gridview columns<Columns><asp:TemplateFieldHeaderText="S.No"><ItemStyleHorizontalAlign="Left"VerticalAlign="Middle"/><ItemTemplate>...
View ArticleWeb Task Scheduler
What is the timing of the implementation of the web؟ هـر جا چراغی روشنه از ترس تنها بودنه ای ترس تنهایی من ، اینجا چراغی روشنه
View Articlehow to increment column value by 1
hi in my table request i have columns as follows requestid,applicationid,statusid,usertypeid & the data is 1,xxxxx, 1,6 2,xxxxx,2,7 3,xxxxx,3,8 i vil pass requestid to a storedprocedure , and i...
View Articlevisul studio installing
i am beginer in dotnet ,I have dotnet4.0 installed in my computer but inbulit sql server in dotnet4.0 how to using sql server management studio 2008
View Article