No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: Hi the only way is to reinstall the studio and againg install the things....and one more thing i want to ask you, while installing the VS it might have asked you for the prereqesties right. you have not noticed that itseems... [quote=nepid7]i installed visual studio dot net 2003 in XP … | |
Re: in datagrid add a hyperlink column and add the properties to that link....dont use tempelate column for hyperlink functionality.... | |
Re: add the folling code: in web.config file [COLOR=#0000ff]<[/COLOR][COLOR=#800000]appSettings[/COLOR][COLOR=#0000ff]> [/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]add[/COLOR][COLOR=#ff00ff] [/COLOR][COLOR=#ff0000]key[/COLOR][COLOR=#0000ff]="ConnectionString"[/COLOR][COLOR=#ff00ff] [/COLOR][COLOR=#ff0000]value[/COLOR][COLOR=#0000ff]="Server=servername;uid=user;pwd=password;Initial Catalog=databasename;Connect Timeout=200"></[/COLOR][COLOR=#800000]add[/COLOR][COLOR=#0000ff]> [/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#800000]appSettings[/COLOR][COLOR=#0000ff]> [/COLOR] [B][I][COLOR=#000000][COLOR=#0000ff]<Private[/COLOR] [COLOR=#0000ff]Sub[/COLOR] GetAssetDetails()[/COLOR][/I][/B] [COLOR=#0000ff][/COLOR][COLOR=#000000]dim myconn [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]String[/COLOR][COLOR=#000000] = ConfigurationSettings.AppSettings("ConnectionString")[/COLOR] [COLOR=#000000][I][B][COLOR=#0000ff]Dim[/COLOR] cnn [COLOR=#0000ff]As[/COLOR]SqlClient.SqlConnection[/B][/I] [/COLOR]cnn= [COLOR=#0000ff]New[/COLOR] SqlConnection(myconn) then your code..it will work [quote=katli]Hi all i'm trying to populate a datagrid with a data from a sql database … |
The End.