Archive | ASP.NET RSS feed for this section

WebBroswer In C#

If you want to write into webbrowser in windows form in C#,you have to make reference MSHTML library and use its interface to do so.The trick is, if you did this in ASP or Visual Basic, you can simply put wb.document.write(sHtml) where wb is WebBrowser a object and sHtml is a string. In .Net it [...]

Read more

in ASP.NET

In ASP.NET 1.0 you would find a number of server controls, identified by <asp: prefix > and can be categorized as   – HTML Server Controls- Web Form Controls- List Controls- Rich Controls- Validation Controls- Mobile Controls With Server Controls we get following benefits :   – XProvides consistent naming standard- XProvides consistent properties- XProvides [...]

Read more