| Thread | Last Post | Replies |
|
| Calling server side function in javascript (ASP.Net 2.0) | 21 Apr 2006 14:34 GMT | 4 |
Hi, Does anybody know how to call server side function in javascript? Suppose I've a method named Test() at code behind of ASP.Net page. How can I call that method in javascript function ???
|
| ASP 2.0 databound controls and code behind | 21 Apr 2006 14:23 GMT | 2 |
The new databound controls (GridView, DetailsView, ect.) use declaritive syntax (i.e, setup in HTML at design time). However, at times sql statements and parameters may need to be derived at runtime. In ASP 1.0 we could do this in code behind, but how do we do it in ASP 2.0? ...
|
| GridView refresh problem | 21 Apr 2006 14:12 GMT | 1 |
I have a GridView that is bound to a SqlDataSource that uses Stored Procedures for its Select, Insert, Update and Delete Commands. The Gridview only contains one visible column (PK Identity column is hidden). There is a textbox and button that I use to submit a new row.
|
| refresh gridview at postback | 21 Apr 2006 12:54 GMT | 3 |
Hi group, my setup: I have a GridView that extracts data from my table (a SqlDataSource). For each row, I have an 'edit' button and a 'delete' button.
|
| Gridview error | 21 Apr 2006 12:38 GMT | 2 |
My Delete and select commands work like a charm, but Update won't work!! Can someone help?? <asp:GridView ID="GridView1" runat="server" AllowSorting="True" AutoGenerateColumns="False" CellPadding="4"
|
| Attaching to Aspnet_wp | 21 Apr 2006 12:18 GMT | 1 |
I am building an aspx handler application which works fine. The problem arises when I try to attach to aspnet_wp. Sometimes (rarely) after clicking "OK" on attach to process the window takes a while to close (delay) and the breakpoints in the application are hit.
|
| Advice on how to create deployment package | 21 Apr 2006 12:14 GMT | 1 |
I have just created my first asp.net application and I am ready to deploy. The solution consists of the following: A single asp.net assembly to be deployed to web server A number of vb.net assemblies to be deployed to application server. Some of
|
| SmtpClient Asynch | 21 Apr 2006 11:05 GMT | 1 |
I need to send an email from a page's code behind. I wondered if I can use SendAsynch and then response.redirect to a confirmation page without having to worry about the message.Dispose() method. Is this bad practice?
|
| This page contains both secure and nonsecure items | 21 Apr 2006 10:42 GMT | 2 |
This has been driving me nuts for months now, if I access my site from IE https://db.cornwall.gov.uk/PlanningApplications and then hover over one of the 2-level menus it comes up with the message: "This page contains both secure and nonsecure items. Do you want to display
|
| *.cs files and ASP.NET 2.0 code beside model | 21 Apr 2006 09:17 GMT | 3 |
I am a bit confused about the inline source code compilation (or code beside model) in ASP.NET 2.0 My understanding was that anything in App_Code folder will be compiled at the 1st request time.
|
| Can I break a codebehind file up into two parts using partial clas | 21 Apr 2006 04:57 GMT | 2 |
I want to break up development of my codebehind file to allow developers to work on them independently without worrying about merging the files. Each references objects from the aspx file. Any suggestions?
|
| Run time error | 21 Apr 2006 04:40 GMT | 1 |
Hi; I keep getting the following; There is no build provider registered for the extension .asax. You can register one in the <Compilation> <buildProvider> section in machine.config or web.config.... How do I do this? I'm trying to
|
| Why do we need more code in Application_AuthenticateRequest()? | 21 Apr 2006 04:07 GMT | 1 |
Hello, friends, I am implementing a role based authentication (Forms authentication) for our web app using .net 1.1. I read the paper: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S ecNetHT04.asp
|
| How to read/import an excel file programmatically to a db?? help | 21 Apr 2006 00:55 GMT | 2 |
I never had to do anything with office tools programmatically till now(I guess there is first time for everything), so this might be a very silly and simple question for some of you. Any way, the new system that I am programming will need to be feeded daily
|
| PP: Processing Time for Methods and Functions | 21 Apr 2006 00:53 GMT | 3 |
Is there any tool currently available that can tell me execution time for each of my Methods & Functions within my .NET Application. What I'm trying to achieve is, identifying the culprit methos who consume more memory + execution time.
|