Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~10.2K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for psathish2

I hope this link will help you, but it is not about a linkbutton but you can use hyperlink insteed of linkbutton and that link helps you. <snipped>

Member Avatar for jdesk
-3
9K
Member Avatar for expvice

Hi All, I'm developing a new seo tool.I began my tool by converting aspx pages to html pages.I'm doing this by [code] mywebReq = WebRequest.Create(pageURL); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream(), System.Text.Encoding.UTF8); strHTML = sr.ReadToEnd(); sw = File.CreateText(filePath+"temp.html"); sw.WriteLine(strHTML); [/code] codes.But didn't get the exact page html from my …

Member Avatar for elaek
0
198
Member Avatar for jindalarpan
Member Avatar for Dandello
0
199
Member Avatar for capiono

Hi, i searched it for you , that is the link http://www.expvice.com/code.aspx?id=32

Member Avatar for Seoconsultant78
0
55
Member Avatar for arvindikchari

Moreover you can make class for specific use of css such as [code=css]loginLink.a:link { color: #333333; } .loginLink a:visited { color: #00000; } .loginLink a:hover { color: #CCCCCC; background-color: #333333; text-decoration: none; } .loginLink a:active { color: #456980; }a:link { color: #333333; } .loginLink a:visited { color: #00000; } .loginLink …

Member Avatar for arvindikchari
0
100
Member Avatar for chriscross86
Member Avatar for netnewb

I think the problem is that Guid(userId).ToString("D"); just use Guid(userId)..Tostring() or even just use return userId , if you have problem we are 24 hours online on expvice.com

Member Avatar for expvice
0
460
Member Avatar for maniac1982

hi, i can help you we are always online at that link please check it [url]http://www.expvice.com/contactus.aspx[/url] I 'll give you a sample db connection class for asp.net vbscript on that link [URL="http://www.expvice.com/code.aspx?id=18"]http://www.expvice.com/code.aspx?id=18[/URL] related with VB - SQL SERVER DB Connection Class Visual Basic & Sample Usage in another class

Member Avatar for maniac1982
0
249
Member Avatar for sivak

I think , this link explains your question about how to upload images to server. [URL="http://www.expvice.com/code.aspx?id=21"]http://www.expvice.com/code.aspx?id=21[/URL] I this not helps we are online at that link [URL="http://www.expvice.com/contactus.aspx"]http://www.expvice.com/contactus.aspx[/URL]

Member Avatar for expvice
0
95

The End.