| Thread | Last Post | Replies |
|
| problem with PostBackUrl | 09 Jan 2007 13:26 GMT | 1 |
i created an ImageButton within an ItemTemplate of a datalist (in shop.aspx). There are two possibilities: 1) when the user is logged and he clicks on an image, he must be 'postbacked' to another file showing that same picture in big size and with
|
| Error: String was not recognized as a valid DateTime | 09 Jan 2007 12:27 GMT | 1 |
I AM FACING A PROBLEM WHEN I ACCESS ONE OF THE PAGES. IT USED TO WORK BEFORE BUT AFTER RESTARTING THE APPLICATION SEVER IT GIVES THE FOLLOWING ERROR. - Server Error
|
| Viewstate Without Serialization | 09 Jan 2007 11:50 GMT | 4 |
I have been working with a project where I need to deal with lot of data. This data includes 10 thousands of records in the data grid. There are thousand of users connected to the application, this causes big performance problem with the application.
|
| Error:Login failed for user ''. The user is not associated with a trusted SQL Server connection. | 09 Jan 2007 10:51 GMT | 3 |
we´re having problems to put our Website at IIS: We have achieved it all works using the connectionString with user and password of the superuser (sa), but with IntegratedSecurity we get the following message after login in our application:
|
| Can't refresh Menu control | 09 Jan 2007 09:52 GMT | 1 |
I writed a sqlserverProvider for Menu webcontrol, but why the menu don't refresh when i update sitemap table stored in database. there are no data cached and
|
| Error: 'HTTP/1.1 500 Internal Server Error' | 09 Jan 2007 09:47 GMT | 8 |
I just installed IIS 5.1 and Visual Studio 2003 with .NET 1.1. I'm having a problem starting an ASP.NET project. Everytime I select an template from the IDE I get the above message. I set up a default.htm page and the IIS server appears to be working. It
|
| Get the Running DotNet version. | 09 Jan 2007 09:12 GMT | 1 |
i want to display the DotNet version on my projects First page which is written in ASP.net using c#, how can i get the version of DotNet Framework in ASP.Net/C# . aSIM.
|
| Problem with menu control and CreateChildControls | 09 Jan 2007 07:11 GMT | 2 |
I develop a sharepoint webpart with ASP.Net 2.0 and therefore override CreateChildControls(). In CreateChildControls() I create dynamically a menu with items (and sub items) from a database. Let's say after the first loading I have 5 menu items.
|
| Block Access During Maintenance - How | 09 Jan 2007 02:47 GMT | 3 |
How do I block access to an Asp.Net web application so that I can perform system maintenance? I will be doing the following during the maintenance process: 1. Update the SQL database
|
| Posting data to another application in ASP.NET 2.0 | 09 Jan 2007 02:35 GMT | 4 |
I have a form with several buttons, and I need to post this data to several different applications. In ASP.NET 1.1 it was quite easy - I just used HTML controls (text or hidden), then assigned the action to each button on Page_Load event:
|
| Preventing Loops | 09 Jan 2007 02:26 GMT | 2 |
We have a custom 404 error page setup so that when a 404 is generated the user gets sent to redirect.asp. Redirect.asp sends a user back to default.asp (or any other page specified) One problem we have been experiencing is with poorly written webbot/spiders
|
| How to get a sessionid asp.net 2.0 | 08 Jan 2007 23:59 GMT | 2 |
How do I get a sessionid? I have tried: Dim mySession as HTTPSessionState Dim sSessionID as String mySessionID = nothing
|
| Close windows media player in a web page after its played? | 08 Jan 2007 23:37 GMT | 1 |
How do you close windows media player in a web page after its played. I have added a windows media player to my web page as: <object id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
|
| how can I reload my gridwiew time-dependently | 08 Jan 2007 21:59 GMT | 1 |
I want to reload only my gridview every five seconds. I used sqlDependency which caches page by changing sql table from sql server side. but now I have to refresh all of my page every five seconds Also I tried Atlas timer but it dont reload the data from cached sqldata or
|
| WebSite DLL? | 08 Jan 2007 21:58 GMT | 1 |
I have a .NET Website (v2, FileMode) that calls a .NET DLL to load an Assembly (all .NET), which works most of the time. The problem is that when I call this method to load the WebSite Assembly, it throws an error saying:
|