Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~593 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for nepid7

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 …

Member Avatar for grii_19
0
253
Member Avatar for bagi

in datagrid add a hyperlink column and add the properties to that link....dont use tempelate column for hyperlink functionality....

Member Avatar for brassinserts
0
150
Member Avatar for katli

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 …

Member Avatar for khanayub_chand
0
190

The End.