Description:
Microsoft .NET technology newsgroup.
|
|
|
Where is the starting entry point of asp.net
|
| |
Dear all, I have download a open source c sharp program named as cuyahoga. The solution ontains 10 project. I can find the starting project. But in the starting project, I cannot find which file is the starting point for the project. How can I figure out which file is the starting point and then I can... more »
|
|
Calling a stateful web service
|
| |
Hi, I need to call a stateful JAVA web service in .NET. Anyone know how it's done? Thanks __________ Information from ESET NOD32 Antivirus, version of virus signature database 4627 (20091121) __________ The message was checked by ESET NOD32 Antivirus. [link]
|
|
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 »
|
|
|