Click here to Skip to main content
15,895,843 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCannot retrive a single record from Anonymous Type Pin
awedaonline14-Dec-11 21:22
awedaonline14-Dec-11 21:22 
QuestionMVC3: How to get the text box value as parameter? Pin
Tesic Goran14-Dec-11 18:42
professionalTesic Goran14-Dec-11 18:42 
QuestionMembership & Role Pin
sk_ko14-Dec-11 17:06
sk_ko14-Dec-11 17:06 
QuestionHow to achieve this in GridView? Pin
bot66614-Dec-11 16:57
bot66614-Dec-11 16:57 
AnswerRe: How to achieve this in GridView? Pin
Ramkumar_S14-Dec-11 18:54
Ramkumar_S14-Dec-11 18:54 
GeneralRe: How to achieve this in GridView? Pin
bot66614-Dec-11 19:47
bot66614-Dec-11 19:47 
AnswerRe: How to achieve this in GridView? Pin
www.Developerof.NET19-Dec-11 3:18
www.Developerof.NET19-Dec-11 3:18 
QuestionProblem to access Generic handler in asp.net 4.0 Pin
cocoonwls14-Dec-11 16:26
cocoonwls14-Dec-11 16:26 
Hi all,

Currently i am using C#.net 4.0 & JQuery to develop a web project. My problem is I cant invoke the .ashx by using autocomplete(jquery) function. I had done it before in C#.net 3.5 but everything is ok.

below is the sample i done in 4.0:

In UI :
$("[id$='txtApplicant']").autocomplete("../../AutoSuggest.ashx");


In Httphandler :
public void ProcessRequest(HttpContext context)
        {
            HttpRequest Request = context.Request;
            HttpResponse Response = context.Response;

           // some code and logic here

           dtResult = getResult(cno,table,field,q);
           DataRow[] drs = dtResult.Select();
           foreach (DataRow dr in drs)
           {
               Response.Write(dr["Result"].ToString() + Environment.NewLine);  
           }
                        
        }


Note:
I was put httphandler file outside of the app_code folder (is the must to put in app_code folder?)
and
I din't register any httphandler in web.config


Is something have to configure in web.config?
Any tips or suggest are welcome


Thanks in advance

Cocoonwls
AnswerRe: Problem to access Generic handler in asp.net 4.0 Pin
cocoonwls14-Dec-11 21:00
cocoonwls14-Dec-11 21:00 
GeneralRe: Problem to access Generic handler in asp.net 4.0 Pin
Not Active15-Dec-11 0:28
mentorNot Active15-Dec-11 0:28 
GeneralRe: Problem to access Generic handler in asp.net 4.0 Pin
cocoonwls18-Dec-11 14:00
cocoonwls18-Dec-11 14:00 
Questionhow to get the dynamically created radiobutton checked values Pin
MalarGayu14-Dec-11 12:33
MalarGayu14-Dec-11 12:33 
AnswerRe: how to get the dynamically created radiobutton checked values Pin
Nitish Arora - Web Developer(Learner)15-Dec-11 8:33
Nitish Arora - Web Developer(Learner)15-Dec-11 8:33 
GeneralRe: how to get the dynamically created radiobutton checked values Pin
MalarGayu15-Dec-11 9:21
MalarGayu15-Dec-11 9:21 
GeneralRe: how to get the dynamically created radiobutton checked values Pin
MalarGayu15-Dec-11 15:01
MalarGayu15-Dec-11 15:01 
GeneralRe: how to get the dynamically created radiobutton checked values Pin
MalarGayu15-Dec-11 17:35
MalarGayu15-Dec-11 17:35 
GeneralRe: how to get the dynamically created radiobutton checked values Pin
Ibrahim Hebish11-Jan-12 0:59
Ibrahim Hebish11-Jan-12 0:59 
Questionhow to pass selected value to subreport(crystal report) Pin
Ramkumar_S14-Dec-11 0:18
Ramkumar_S14-Dec-11 0:18 
Questionsearching in populated GridView using Select statements Pin
Taysseer Kadri13-Dec-11 22:15
Taysseer Kadri13-Dec-11 22:15 
QuestionEntity Framework Pin
indian14313-Dec-11 15:50
indian14313-Dec-11 15:50 
Questioncreate textbox dynamically Pin
en.Mahdi13-Dec-11 2:11
en.Mahdi13-Dec-11 2:11 
AnswerRe: create textbox dynamically Pin
R. Giskard Reventlov13-Dec-11 3:16
R. Giskard Reventlov13-Dec-11 3:16 
GeneralRe: create textbox dynamically Pin
Dennis E White13-Dec-11 6:32
professionalDennis E White13-Dec-11 6:32 
QuestionSession Timeout Pin
Priya Prk12-Dec-11 5:37
Priya Prk12-Dec-11 5:37 
AnswerRe: Session Timeout Pin
Dalek Dave13-Dec-11 12:49
professionalDalek Dave13-Dec-11 12:49 

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.