Tag: Development

Community

More on Adding Controls Dynamically

(Peter Vogel) In my most recent column , I discussed tactics for adding controls at runtime to a page, but I didn’t discuss when you should do this or how to enable catching events from these controls. Before answering that question, it’s worthwhile to provide some background information first. I’ll

Community

URL Rewriting in ASP.NET

(Richard Bean) Web sites often receive most of the traffic from search engines, like Google. Because of that it is very important to optimize web pages for search engines to rank higher in their search results. With better position web page receives more traffic since visitors usually look only at f

Community

Using Dynamic Database Connections

(Sam Hobbs) The DataLinksClass class in the Microsoft OLE DB Service Component Library can be used to dynamically create or modify a connection string during execution. The DataLinksClass class will show a dialog similar to the one shown by the Server Explorer in Visual Studio. I am not aware of an