Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: static public functions : asp.net c# Pin
VijayVishwakarma9-Apr-09 22:43
VijayVishwakarma9-Apr-09 22:43 
GeneralRe: static public functions : asp.net c# Pin
Eytukan9-Apr-09 23:01
Eytukan9-Apr-09 23:01 
GeneralRe: static public functions : asp.net c# Pin
VijayVishwakarma17-Apr-09 2:11
VijayVishwakarma17-Apr-09 2:11 
QuestionGridView_RowCreated event handler is not working on GridView_PageIndexChanging Pin
Member 29989699-Apr-09 19:35
Member 29989699-Apr-09 19:35 
AnswerRe: GridView_RowCreated event handler is not working on GridView_PageIndexChanging Pin
VijayVishwakarma9-Apr-09 20:31
VijayVishwakarma9-Apr-09 20:31 
GeneralRe: GridView_RowCreated event handler is not working on GridView_PageIndexChanging Pin
Member 29989699-Apr-09 22:06
Member 29989699-Apr-09 22:06 
QuestionHttpHandler (another Could not load type ) Pin
vexi9-Apr-09 17:59
vexi9-Apr-09 17:59 
AnswerRe: HttpHandler (another Could not load type ) Pin
anilpal9-Apr-09 21:32
anilpal9-Apr-09 21:32 
Hi,

Ok thats fine do one thing, first create a simple app with Httphandler.

Follow simple steps below:

1.Create class and inherit it from "IHttpModule " interface
2.Imlement the below method
public void Init(HttpApplication context)
{
//context.BeginRequest += new EventHandler(context_BeginRequest);
}

void context_BeginRequest(object sender, EventArgs e)
{
//HttpApplication app = (HttpApplication)sender;

}

3. Add below code in yr web.config file
<httpModules>
<add name="yrclassName" type="classname"/>
</httpModules>

Regards
Anil Pal
GeneralRe: HttpHandler (another Could not load type ) Pin
vexi9-Apr-09 22:23
vexi9-Apr-09 22:23 
NewsRe: HttpHandler (another Could not load type ) Pin
vexi9-Apr-09 22:45
vexi9-Apr-09 22:45 
Questionhow to do Online custom t-shirt designing using .net Pin
pink9-Apr-09 17:57
pink9-Apr-09 17:57 
AnswerRe: how to do Online custom t-shirt designing using .net Pin
Abhishek Sur9-Apr-09 22:46
professionalAbhishek Sur9-Apr-09 22:46 
GeneralRe: how to do Online custom t-shirt designing using .net Pin
pink10-Apr-09 21:16
pink10-Apr-09 21:16 
QuestionRegistration process for social netwoork [modified] Pin
Shahdat Hosain9-Apr-09 17:32
Shahdat Hosain9-Apr-09 17:32 
AnswerRe: Registration process for social netwoork Pin
Abhijit Jana9-Apr-09 19:20
professionalAbhijit Jana9-Apr-09 19:20 
AnswerRe: Registration process for social netwoork Pin
Abhijit Jana9-Apr-09 20:11
professionalAbhijit Jana9-Apr-09 20:11 
QuestionFTP and datatable VB.net Pin
jjordanc9-Apr-09 14:10
jjordanc9-Apr-09 14:10 
QuestionHow do I implement a DataType property of type System.Type on a User Control? Pin
Brady Kelly9-Apr-09 8:14
Brady Kelly9-Apr-09 8:14 
QuestionHow to set google maps view of your area in the site? Pin
Alok Sharma ji9-Apr-09 8:02
Alok Sharma ji9-Apr-09 8:02 
AnswerCheck out Google Maps API Pin
David Mujica9-Apr-09 8:08
David Mujica9-Apr-09 8:08 
GeneralRe: Check out Google Maps API Pin
Alok Sharma ji9-Apr-09 8:19
Alok Sharma ji9-Apr-09 8:19 
Question[Message Deleted] Pin
Sr...Frank9-Apr-09 7:18
Sr...Frank9-Apr-09 7:18 
AnswerRe: Session Problem!!! [modified] Pin
Alok Sharma ji9-Apr-09 7:59
Alok Sharma ji9-Apr-09 7:59 
AnswerRe: Session Problem!!! Pin
Paulo Zemek9-Apr-09 8:04
mvaPaulo Zemek9-Apr-09 8:04 
AnswerRe: Session Problem!!! Pin
Yusuf9-Apr-09 8:37
Yusuf9-Apr-09 8:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.