cannot add user credentials to access the specified physical path in IIS
i am using windows server 2008 , cannot add user credentials to access the specified physical pathI have created a website using asp.net and i published that site to c:\...\wwwrootand i add that site...
View ArticleSending text message via a website
Is there any general text out there to use for sending a text message so I won't be held liable for the extra charge they might incur?
View ArticleAdd items to dropdownlist With webservice
CountryService.country Countryser = new CountryService.country(); dropCountry.DataSource = Countryser.GetCountries(); dropCountry.DataBind();i get fail like this..End my Xml coming from here.....
View ArticleGet Gmail,Yahoo,hotmail contacct
Hello friends,i want caode to get gmail,yahoo,hotmail contacts by giving their credentials.If anyone know how to do that plz help me.Thanks in advance.
View ArticleConverting a website to a Web Application Project
How easy is it to convert a ASP.NET website to a WEb Application Project?i assume it woul dbe a manual process?the website comprises a large number of namespaces which i presume would equate to classes...
View Articleasp.net radiiobutton
// 1st set of Radio buttons without AutoPostBack<asp:RadioButton ID="RadioButton7" runat="Server" GroupName="1stGroup" Text="Red" Checked="True" /><asp:RadioButton ID="RadioButton8"...
View Articleafter routing, images are not display..
hi i m using in global.asxa routes.MapPageRoute("ProductDetails", "Store/{ProductName}/{pid}/{*extrainfo}", "~/Store/ProductDetails.aspx")in the folder lot of html files, images, css, etc are there.....
View ArticleServer Error in '/' Application.Description: An error occurred during the...
Server Error in '/' Application.Parser ErrorDescription:An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and...
View ArticleHide or show multiple dropdown OnChange of multiple dropdowns (possible ??)
Hi allWithout placing lots of Divs within each Div, is there a way to hide or show dropdowns where there are multiple drops on a form.I can do with by placing a seperate Javescript for each line 9div)...
View ArticleCheck Username availability
I have Table in database named SystemUserthat table fields are name, username, and passwordand I have form that used to register new userI need to check if the username is already exist in database...
View ArticleProblem with my asp.net menu control in a small browser window.
Hi I have made a page with a asp.net manu control (connected to an DB). When i rund the page i iE7 and make the browser small does't all contant of the submenu fitt and an arrow show, this is ok BUT...
View Articleaccess active directory in another server suing c#
Active directory configure on the different network and I want to access this active directory from another network ,how we can do this using c#.Active directory is configured on the Network1 and we...
View ArticlePassword Standards
Hi All,I want to know about how can I avoid injections and anyother sequirty or anything on Password field.Thanks,Attiqe
View Articlesession expire
i want to detect when a seesion is expired and show a specific page and other when user is not admin and so on but i never get on session expired it generates a new session but it always get on the if...
View ArticleHow to create master/detail data entry web forms in vwd 2012
I am facing some problem regarding designing of master detail data entry form in vwd,i have vwd 2012 and i have two tables one have primary key and second table have forign key i just want to design...
View Articlegridview bulk image
hi looking for asp.net solution, where gridview, will display the product name, and the user will upload multiple images on each row and each column, and this will update the database of the...
View Articlehow to validate itemtemplate column value in gridview
Hi..This is my gridview code <asp:TemplateField HeaderText="Available Pieces"><ItemTemplate><asp:Label ID="Label1" runat="server"...
View ArticleHow to filter External RSS feed and store it in a SQL Database
Hi,I have below code to retrive weather from yahoo weather. I would like to be able filter the data so it only shows Current Conditions and Today's low and high temperatures. I will then need to be...
View ArticleTextbox/Label - Converting digits to words
Hi all, I have a textbox in a form that receives only digits. but my challenge now is to drop a label in front of that textbox so that when the user type in any digit in the textbox, the label with get...
View Articleformat string
Hi all,I have this string(22.639362681056678, 113.43658447265625),(22.477030464933303, 113.36929321289062),(22.451648819126216, 113.53271484375),(22.570902079599385, 113.61923217773438)and I want to...
View Article