- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Re: 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> | |
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 … | |
Re: It is very easy, don't hesitate to ask questions <snipped> | |
Re: Hi, i searched it for you , that is the link http://www.expvice.com/code.aspx?id=32 | |
Re: 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 … | |
Re: I can help u by teamveawer, 24 hours online on expvice.com | |
Re: 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 | |
Re: 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 | |
Re: 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] |
The End.