Description:
Microsoft .NET technology newsgroup.
|
|
|
How to change default sql server?
|
| |
I am learning asp.net while I try to add SQL server database to ASP NET Application or Web Site project, I message show up: Connections to SQL Server files(*mdf) require SQL server Express 2005 to function properly. My laptop has SQL server 2008 standard version insatlled. I tried install SQL server Express 2005 but always failed.... more »
|
|
Streaming PDF, measuring response timing
|
| |
Dear all I have an asp.net application that streams PDFs to the browser in 64kb chunks, looping through until all the PDF is streamed out. Here's a few lines to help you get the picture (at bottom of this post) My question is that I'm going to measure the time that this code takes to run and log it to see how things are performing. However, what will this... more »
|
|
Reload the current Page Programmatically
|
| |
Hi, How can I re-load the current page within a code behind event file. I'm changing the page Theme and want re-load the page with the new Theme settings. Sincerely, King
|
|
gridview in gridview
|
| |
Hello. I am getting asked to nest a gridview inside a gridview. I know this can be done from all the google examples. But this nest is different in which the nested grid appears between the rows, not as a column like the examples I've seen. Is this possible? If so, any examples/websites that... more »
|
|
What's so special about "Update"
|
| |
I have a standard, boilerplate FormView object that I've place on a page. The associated sqlDataSource has an update command configured, again, using the standard, off the shelf, stuff, so it has the standard linkbuttons for update, insert, etc. In the formview object in the templates, it has the... more »
|
|
AJAX UpdatePanel does not refresh after calling Update()-Method
|
| |
Hi, I'm new to AJAX and has a little Problem to get an UpdatePanel inside an CustomServerControl to work. My goal is to create an CustomServerControl with an (at designtime) unknown number of UpdatePanels, that can be updated seperatly. Since I'm stuck I create a litte more static testproject to analyse the... more »
|
|
Server.MapPath
|
| |
I cant seem to figure out why this doesnt work. I have a folder structure like this: <root> default.aspx test1.aspx (with an image control) Folder_Products test2.aspx (with an image control) Folder_ProductImages <image files...> in each program i want to call a simple global function as below but when I... more »
|
|
how to know whether a hyperlink is entered in a textbox?
|
| |
Hi, I want to know whether a hyperlink is enterd in a textbox. An user enters this string into a textbox: <a href='[link]>click</a> In order to know that, i tried to know whether the string "click" was typed in the textbox. This is what i did: <asp:TextBox ID="TextBox1" TextMode="MultiLine"... more »
|
|
|