asp.net

ASP.NET GRids and DeveloperExpress ASPx Grid - Hooking up to a webservice

Is it possible to use the asp.net server controls e.g. grid, repeater etc in conjunction with a webservice? I'm wanting to populate the grid from a webservice datasource and then save changes using a webservice. Is it possible to use the DeveloperExpress Grid in conjunction with a webservice? ...

Add Header and Footer to Word Document from ASP.Net

Is there any way to add Header and Footer Info to Word. I am currently writing HTML contents to word file using ASP.Net. ...

How to deal with temporary files in ASP.NET?

Note that I'm not talking about the compiler-generated "Temporary ASP.NET Files". My web application (ASP.NET MVC) uses Graphviz to generate images that are then fed to the client. This requires the creation of temporary files. What's the best way to deal with these? Is there a way to delete them immediately after they're sent? Should ...

Bind ObjectDataSource to Webservice

Is this possible, does anyone know of any good examples ...

Dynamically Add Custom Row to a GridView

I have a gridview which is databound, I want to dynamically add a row with data that I define and away from the databound data, how can I do it? ...

High Performance Database Access Layer in asp.net

I am developing a applicatin which are having more than 5000 users once upon time. I using ASP.NET 3.5 framework for developement. I want to develope a high performance DAL Layer using latest technolgies like linq,ADO.NET Entity,ADO.NET Data services. I also want to make sure that it shuld be generic to all the future developement. Can a...

ASP.NET Service Oriented Architecture

I've been asked to investigate a design for an ASP.NET (not MVC) application using a service oriented architecture. This seems a bit wolly and could mean a lot of things. I'm looking for some guidance/articles on this topic to get me started. ...

asp.net: Inheriting from controls that use embedded resources and me.GetType()

hi, I'm having some trouble trying to inherit a control that uses an embedded resource. the trouble is - this control uses me.GetType() instead of GetType(ControlName). now when I try to use the derived control, it looks for the resources in the derived control's assembly, instead of the base control assembly, and obviously - doesn't fin...

ADO.NET Command.Prepare and SQL Server 2005.

I want to use ADO.NET Prepare command will increase performance if query is repeatevely called. I know about sql server 7.0 that it will use a stored procedure to prepare command but what about SQL 2005. Can anybody help me regarding this. ...

Scope Of ASP.Net Variables

I'm having a bit of a weird problem to do with scope of variables. I've declared a variable in the following way: public partial class MyClass: System.Web.UI.Page { protected static int MyGlobalVariable; protected void MyFunction() { MyGlobalVariable = 1; } } And this works fine on the workings of my page. How...

Thread being aborded error (ASP.NET C#)

Hi, We have an application that can create e-books. This application has an export module that creates an AIR file but this can take a while (some books have 2500 pages). If we export we get the following error: Thread was being aborted. Description: An unhandled exception occurred during the execution of the current web request. Plea...

ASP.NET - Cross Page Posting From Custom Control

Hey all, Can I get some help posting across different pages from a custom control? I've created a custom button that raises it's own click event through the following code: Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Const EventName As String = "button_click" Const ArgName As Strin...

How would you check the genuinity of an ASP.Net developer by asking him questions or specific

How would you check the genuinity of an ASP.Net developer by asking him questions or specific ...

UserControl events in webform

Hello I have an usercontrol which contains 3 buttons and 7 text boxes.I am calling that usercontrol dynamiclly in my webform using LoadControl. But my problem here is 1.How to know which button(of user control) was clicked on my page? 2.How to raise those events? Thanks Kavitha ...

MySQL & .NET: System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.

I wanted to use SubSonic as it said it would be easy to use and a time saver. After 3 hours trying to get the connection string for MySQL right I'm about to give up on it. Building configuration from C:\Documents and Settings\user\My Documents\Visual Studio 2 008\Projects\ConfigurationItems\ConfigurationItemsMVC\Web.config Adding conn...

mobile web application using asp.net(vb2008)

Sir thanks for your replay ,I want how to create a page that is specific to each mobile browser,and how to use the mobile control,sir i want some more idea to learn about that mobile application,and also sample coding sir ...

asp.net "network BIOS command limit has been reached" ASP.NET 2.0 + 3.5

Hi, I'm trying to run tinyMCE texteditor in ASP.NET 2.0 + 3.5 but I get the following error in my web.config file.. An error occurred loading a configuration file: Failed to start monitoring changes to '###\Visual Studio 2005\WebSites\TinyMCE\tinymce\jscripts\tiny_mce\langs' because the network BIOS command limit has been reached. For ...

In Asp.net what would you put in the Session_Start and Session_End events in Global.asax ?

If not code could you please provide some generic explanation? ...

How do I pre-empt IIS StaticFileHandler with my own HttpHandler

Hi there, I'm building a website referencing an assembly that contains several js scripts as embedded resources, some controls which use those scripts and a 'HttpResourcesHandler' that knows how to retrieve those embedded scripts when asked for them. In web.config I have an entry in the section that reads <add verb="*" path="...

Whats a good book to learn ASP.NET in Hebrew

I am looking for a book to learn asp.net in hebrew? ...