Click here to Skip to main content
15,885,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDisplaying IE Popup before download Pin
VenkataRamana.Gali9-Jul-06 1:09
VenkataRamana.Gali9-Jul-06 1:09 
QuestionHow and Where to store the data Pin
Pentellcc8-Jul-06 13:35
Pentellcc8-Jul-06 13:35 
AnswerRe: How and Where to store the data Pin
Guffa8-Jul-06 23:20
Guffa8-Jul-06 23:20 
GeneralRe: How and Where to store the data Pin
Pentellcc9-Jul-06 7:27
Pentellcc9-Jul-06 7:27 
AnswerRe: How and Where to store the data Pin
Guffa9-Jul-06 10:24
Guffa9-Jul-06 10:24 
Questionalphabetic paging of datagrid with C# Pin
anu_chandu8-Jul-06 12:05
anu_chandu8-Jul-06 12:05 
QuestionASP.Net 2.0 Skins and Themes files to download Pin
Clickok8-Jul-06 12:04
Clickok8-Jul-06 12:04 
QuestionDoubt regarding AJAX Pin
ravindradonkada8-Jul-06 10:35
ravindradonkada8-Jul-06 10:35 
Hello Sir/Madam,
I am Ravindra learning ASP.net and very much interested
in AJAX. I am trying to implement AJAX.
But not able to get the output.

I implemented the following steps:

1.Adding the reference AjaxPro.dll.

2.Configuring the web.config

<httphandlers>
<add verb="POST,GET"
="" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro">


3.implemented the code and method

private void Page_Load(object sender, System.EventArgs e)
{
AjaxPro.Utility.RegisterTypeForAjax(typeof(Ajaxajax.WebForm1));


}

[AjaxPro.AjaxMethod()]
public string GetServerTime()
{
return "Hi I am Ajax";

}

4.Placing the code in HTMLDesigner




5.I also added a javascript file(WebForm1.js) as a new item

and I was confusing to edit which code.


please help me.........


thank you,
Ravindra
QuestionAbout property of FieldSize in access Pin
KSCsoft8-Jul-06 5:00
KSCsoft8-Jul-06 5:00 
AnswerRe: About property of FieldSize in access Pin
Guffa8-Jul-06 8:32
Guffa8-Jul-06 8:32 
Questioncreate user controls [modified] Pin
surshbabuk8-Jul-06 4:42
surshbabuk8-Jul-06 4:42 
Questionmodifying dataset values [modified] Pin
peter rankel8-Jul-06 4:04
peter rankel8-Jul-06 4:04 
AnswerRe: modifying dataset values Pin
Subrahmanyam K9-Jul-06 18:36
Subrahmanyam K9-Jul-06 18:36 
QuestionWhois Pin
MHASSANF8-Jul-06 4:01
MHASSANF8-Jul-06 4:01 
Questionhow to get the opposite directory? Pin
KSCsoft8-Jul-06 2:35
KSCsoft8-Jul-06 2:35 
AnswerRe: how to get the opposite directory? Pin
Guffa8-Jul-06 8:34
Guffa8-Jul-06 8:34 
Questionhow to get the opposite directory Pin
KSCsoft8-Jul-06 2:28
KSCsoft8-Jul-06 2:28 
AnswerRe: how to get the opposite directory Pin
Colin Angus Mackay8-Jul-06 2:34
Colin Angus Mackay8-Jul-06 2:34 
GeneralRe: how to get the opposite directory Pin
KSCsoft8-Jul-06 2:37
KSCsoft8-Jul-06 2:37 
GeneralRe: how to get the opposite directory Pin
cloudking1196610-Jul-06 2:34
cloudking1196610-Jul-06 2:34 
QuestionCombobox value in c# [modified] Pin
Nagraj Naik8-Jul-06 1:45
Nagraj Naik8-Jul-06 1:45 
AnswerRe: Combobox value in c# Pin
Reza Raad9-Jul-06 0:33
Reza Raad9-Jul-06 0:33 
Questionkeyascii Pin
Abhishek Joshi8-Jul-06 0:00
Abhishek Joshi8-Jul-06 0:00 
AnswerRe: keyascii Pin
eggsovereasy10-Jul-06 7:47
eggsovereasy10-Jul-06 7:47 
Questionprblm in asp.net page,code not working in script tag [modified] Pin
nabeelkhan7-Jul-06 22:41
nabeelkhan7-Jul-06 22:41 

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.