What Is The Difference Between AJAH And AJAX
Aug 31, 2010While reading about ASP.NET Ajax toolkit I stumbled upon the term AJAH. What is it and how is it different from Ajax?
View 3 RepliesWhile reading about ASP.NET Ajax toolkit I stumbled upon the term AJAH. What is it and how is it different from Ajax?
View 3 RepliesWhen I use Ajax I notice thar the event Page_Load is Triggers every time I clicked on a button in UpdatePanel...
So what's the difference between using and Unusing Ajax ?
the difference between MVC and AJAX ? What elements should be considered by me when choosing one of them for system development ?
View 3 RepliesI have been using Ajax on my MVC Asp.net applications, and it work very well and reduced the overload on the server, so my question is what are the major differences between Ajax and JQuery ?
Because each time i read about a functionality to implement using Ajax it is mentioned that i can do it using Jquery ? so what are the major areas of differences and what is better to use in Asp.net MVC applications?
what is Difference between $get and $find.
View 1 RepliesI have Doubt in Ajax Control Kit.
In asp.net ajax we have controls Like,Tabcontainer,TextBox Watermark,Toggle Button,Password Strength etc..., and same Functionality/Controls also there in Jquery.. and Jquery does this in client side itself and what's the use of having the control in Ajax Control ToolKit(Server Control).. and what is main Difference?I think Jquery more efffective than Ajax Control
Can you tell me why its necessery to include "ToolkitScriptManager" or "scriptmanager" when we use AJAX ?
View 17 RepliesI am running VS2010 with the latest AJAX toolkit installed.I dont know when I use Ajax controls if I am supposed to drop a ScriptManager or a ToolkitScriptManager on my .aspx page.
View 1 RepliesIn updatepanel we can use triggers with two methods AsyncPostBackTrigger and PostBackTrigger so I want to know what is different between these two as well how can we decide we need to go for which one.
View 3 RepliesDifference between Label and literal control in Asp.net and also state when to use what???
I am completely confused as till nw i was going with label control and suddenly i am shock to see that literal control also plays similar role...Â
I am confused same say's that difference is only regarding to span tag i mean label control output comes with span tag... but who care's when we can do same things with label why to go with literal control
I want to calculate the total number of days from two "asp:Textbox" with datepicker. The result should be placed in the third "asp:TextBox"
the format of the calendar date is: dd/mm/yyyy. for example: 18/01/2015 and 21/01/2015
How to implement this in C#?
<asp:TextBox ID="txtDate1" runat="server" ></asp:TextBox>
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtDate1" PopupButtonID="imgPopup1" Format="dd/MM/yyyy" />
<asp:TextBox ID="txtDate2" runat="server"></asp:TextBox>
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="txtDate2" PopupButtonID="imgPopup2" Format="dd/MM/yyyy" />
<asp:TextBox ID="txtTotalDays" runat="server" ReadOnly = "true"></asp:TextBox>
i am new to this ASP.NET and AJAX.I am trying to learn AJAX. I Have one doubt.what is the difference between normal file upload control and ajax AsyncFileUpload Control ..?
View 4 RepliesCan you tell the difference between Rating and RatingExtender asp.net ajax Control ?
View 4 RepliesI've recently noticed this in my VS. What exactly is an Ajax Master Page and how is it different than a regular master page?
View 2 RepliesI searched google and found asynchronise post back trigger is used if we want update panel to post back on some event of control if it is out side the update panel. Than what is purpose of post back trigger ?
View 2 RepliesI would like to know about the difference between .DLL and .EXE?
View 1 RepliesI thought that <%: had replaced <%=, since mentions on [URL]Prior to ASP.NET 4, the <%= %> syntax was used to execute code and write it out to the page. Starting with ASP.NET 4, you should always use the <%: %> syntax instead..."
However, I've noticed that
<img src='<%=ResolveUrl("~/Images/MyImage.jpg")%>' alt="blah">
works, whereas
<img src='<%: ResolveUrl("~/images/MyImage.jpg")%>' alt="blah">
doesn't.
I'm not sure what the name for these types of expressions are so I've had trouble googling it.
what is the difference between the 1.0,2.0 and 3.5
View 6 RepliesWhat is the difference between L2S (Linq to SQL) and EF (Entity Framework), much appreciated if you highlight the cons and pros?
View 6 RepliesPossible Duplicate:
ASP.NET “special” tags
I hope this isn't too much of a newbie question. I seem to always use the correct syntax, but I don't really understand why I'm using the <%: and <%= in ASP.NET, and I was hoping someone could clarify for me. I found this article which explains <%= and <%#, but wasn't able to find anything in Google on <%:.
Examples of where I have used the various syntax:
<div>
<%: Html.LabelFor(model => model.Type) %>
<%: Html.TextBoxFor(model => model.Type)%>
</div>
and
<div id="header-menu">
<ul>
<li><%= Html.ActionLink("Home", "", "Home" )%></li>
</ul>
</div>
Possible Answer (per ChrisF): ASP.NET "special" tags
Are asp and c# completely different things or ..?
Is asp a language or asp.net? Are c, c++, c# languages?
What is a framework, stack, language
What is the difference between c#.net and vb.net ?
I faced this question in an interview. Any technical difference is there ? I heard that there are two methods additional in vb.net which are not there in vb.net.
What is the differnce between MVC and MVP. for asp.net application which bettor one to use.
View 4 RepliesI am in the process of learning MVC, and thought I would parallel the work in both C# and VB.NET. I ran into a snag when right-clicking in an action method inside of a controller to add a view - in C# if I choose to strongly type the view it includes all the objects in the models folder in the drop-down list for selection; however, in VB.NET none of the models are available in the list. Is there some step I need to take in order to make the models objects available in the drop down for selection?
View 4 RepliesI want to know the difference between IIS 7.5 and Web(PI)3.0?
View 5 Replies