Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for .netidiot

[CODE]// set up connection to the database myConnection = new System.Data.SqlClient.SqlConnection(); myConnection.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\Craig\\Desktop\\Project\\App_Data\\ASPNETDB.MDF;Integrated Security=True;User Instance=True;";[/CODE] Hi this is my above connection string which works fine on my personal computer. I need to move the entrive Project folder to a different location which will not have access to the …

Member Avatar for dnanetwork
-1
168
Member Avatar for .netidiot

Hi , i have used the asp.net membership wizzard to create new users for my website. I have attempted to customised the wizzard by adding a dropdown list which allows for the user role to be selected before creating the new user. The error message i get is Server Error …

Member Avatar for textbox
0
74
Member Avatar for .netidiot

Hi, I have been pulling my hair out for the last few hours trying to solve this. I have found that you can get a value for DropDownListSelectValue.changed however i need multiple values. I have configured my dropdown list to Select Name From Resources, however on the query i have …

Member Avatar for .netidiot
0
829
Member Avatar for .netidiot

Hi, I have been using asp.net for a short period of time now and really enjoy the functionality offered by visual studio. However I see there is no automated way of generating a search of a datagrid. What i want to do is simple take the string from a textbot …

Member Avatar for kvprajapati
0
142
Member Avatar for .netidiot

Hi, i am developing a simple web application for fault reporting. Users log into the system and report a fault which is then added to a database. I want to be able to email the system administrator a log file containing the information which has been added to the database. …

Member Avatar for .netidiot
0
153
Member Avatar for .netidiot

Hi i am sorry to bother you with such a simple issue. Currently I am familar with using datagrids and displaying data from my tables that way. However i want to be able to display things like for intance products are on amazon/ebay. For example my database contains products name, …

Member Avatar for mail2saion
0
124