Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

9 Posted Topics

Member Avatar for suryasasidhar

i created setup for my window application. i want to change the icon of my setup file help me thank u.

Member Avatar for ravishankarkota
0
100
Member Avatar for sandeep_1987

A cookie is a small peace of information stored in client system in a plain format. cookies r two type one in inmemory cooke and second one is persistent cookie. inmemory cooke has no expiry date. these cookies r there in a system when user browsing the website. when user …

Member Avatar for sandeep_1987
0
119
Member Avatar for sivananda2009

in page load or button click event { string="select * from xxx"; DataAdapter Da=new DataAdapter(string,con); DataSet Ds= new DataSet(); Da.Fill(Ds,"xxx") ; //xxx means table name Gridview1.DataSource=Ds.Tables["xxx"]; Gridview1.DataBind(); }

Member Avatar for sivananda2009
-2
157
Member Avatar for cVz

hi saradha add this code to regularexpression ' \w{6}\d{6}' and it will work if not send message

Member Avatar for guru_sarkar
0
1K
Member Avatar for suryasasidhar
Member Avatar for Dhaneshnm
0
63
Member Avatar for mahesh9100
Member Avatar for suryasasidhar
0
78
Member Avatar for archanaj39

Before installing vs.net first u have to check the IIS is ther r not. go to start button click on run and type 'inetmgr' if iis is not there it give the information that iis is not there so u have to install iis by putting the os cd. Then …

Member Avatar for suryasasidhar
0
133
Member Avatar for suryasasidhar

in my application grid view is there i want to disable the horizontal lines in gridiview control help me

-1
53
Member Avatar for suryasasidhar

in my webapplication i create a dynamic datalist but it is not getting please help me this is my code thanku protected void btn_Click(object sender, EventArgs e) { DataList datlst = new DataList(); datlst.ID = "mydatalist"; da = new SqlDataAdapter("select emname from emp", con); ds = new DataSet(); da.Fill(ds, "emp"); …

0
47

The End.