Click here to Skip to main content
15,894,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: PopUp Window Problem Pin
KrIstOfK8-May-06 23:37
KrIstOfK8-May-06 23:37 
Questionasp.net 2.0 gridview paging Pin
fmardani8-May-06 22:57
fmardani8-May-06 22:57 
AnswerRe: asp.net 2.0 gridview paging Pin
Paddy Boyd8-May-06 23:20
Paddy Boyd8-May-06 23:20 
GeneralRe: asp.net 2.0 gridview paging Pin
fmardani8-May-06 23:28
fmardani8-May-06 23:28 
GeneralRe: asp.net 2.0 gridview paging Pin
Paddy Boyd8-May-06 23:29
Paddy Boyd8-May-06 23:29 
GeneralRe: asp.net 2.0 gridview paging Pin
fmardani8-May-06 23:33
fmardani8-May-06 23:33 
GeneralRe: asp.net 2.0 gridview paging Pin
Paddy Boyd8-May-06 23:48
Paddy Boyd8-May-06 23:48 
QuestionSystem.ArgumentException:in treeview Pin
sasire188-May-06 22:55
sasire188-May-06 22:55 
Hi I am creating a dynamic treeview from sql database while running the page i get the following error

System.ArgumentException: Format of the initialization string does not conform to specification starting at index 52.


I am writing the small code snipet where the error is occuring
private void GenerateTreeView()
		{
			SqlConnection  con=new SqlConnection("server=server-name;database=pubs;user id=sa;password=sa;" + Server.MapPath("~/data/Tree.sql")); 
			con.Open();


I dont know what causing it this error.



sasi
QuestionLDAP and ASP.NET Pin
JernejR8-May-06 21:56
JernejR8-May-06 21:56 
AnswerRe: LDAP and ASP.NET Pin
Bhasker Pinninti8-May-06 22:51
Bhasker Pinninti8-May-06 22:51 
GeneralRe: LDAP and ASP.NET Pin
JernejR8-May-06 22:57
JernejR8-May-06 22:57 
GeneralRe: LDAP and ASP.NET Pin
Paddy Boyd8-May-06 23:11
Paddy Boyd8-May-06 23:11 
GeneralRe: LDAP and ASP.NET Pin
Bhasker Pinninti8-May-06 23:24
Bhasker Pinninti8-May-06 23:24 
GeneralRe: LDAP and ASP.NET Pin
JernejR8-May-06 23:35
JernejR8-May-06 23:35 
GeneralRe: LDAP and ASP.NET Pin
JernejR8-May-06 23:37
JernejR8-May-06 23:37 
GeneralRe: LDAP and ASP.NET Pin
JernejR8-May-06 23:38
JernejR8-May-06 23:38 
GeneralP.S. for LDAP and ASP.NET Pin
JernejR9-May-06 0:41
JernejR9-May-06 0:41 
QuestionHow to add all value from checkbox list Pin
LovelyHelp8-May-06 21:37
LovelyHelp8-May-06 21:37 
AnswerRe: How to add all value from checkbox list Pin
KrIstOfK8-May-06 22:52
KrIstOfK8-May-06 22:52 
GeneralRe: How to add all value from checkbox list Pin
LovelyHelp9-May-06 3:42
LovelyHelp9-May-06 3:42 
GeneralRe: How to add all value from checkbox list Pin
KrIstOfK9-May-06 3:57
KrIstOfK9-May-06 3:57 
Questionmouseover/databse Pin
kirthikirthi8-May-06 21:12
kirthikirthi8-May-06 21:12 
AnswerRe: mouseover/databse Pin
CWIZO8-May-06 21:35
CWIZO8-May-06 21:35 
GeneralRe: mouseover/databse Pin
kirthikirthi9-May-06 0:12
kirthikirthi9-May-06 0:12 
GeneralRe: mouseover/databse Pin
CWIZO9-May-06 6:33
CWIZO9-May-06 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.