| Articles |
Showing Clock Without Page Load Every Time using ASP.NET AJAXI have just started reading Ajax and came across very nice topic to show the clock in the label and every one second it is changing without loading the page again and again. You can also use it as forming a software for stop watch and all.Views: 4355 | Posted by: Gopesh9 | Votes: 1 | Rating: 3 out of 5 |
File Upload in Gridview with Ajax ModalpopupIn this article,I will use fileupload control in ajax modal popup to upload file in gridview and the update it.Views: 9397 | Posted by: Me_Himanshu | Votes: 3 | Rating: 4 out of 5 |
Multiplication of two textboxes in modal popup extender repeater control having repeater control without javascriptI was developing an order from for my client.There was a 5 fields-:Customer name,Item,Quantity ordered,Rate of the item and total amount(i.e quantity* rate).The order is to be taken by admin of the website.
Earlier the requirement was that the admin will enter each item individually.
i.e if a single customer gives order of 10 items ,each item is to be inserted individually,and the total amount(rate * quantity) is to be multiplied and displayed in the page.That was quite easy and i have completed with simple function in javascript.But the trouble arised when user changed his requirement.Now the requirement was he want to enter multiple items for the same customer,and as soon as he click place order button,the data should be inserted in database.Everything was done,but i faced a bit trouble in multiplying the textboxes value in repeater.i crawled the google,but failed to find the worthful stuff.Finall i managed it.see howViews: 3010 | Posted by: Me_Himanshu | Votes: 1 | Rating: 3 out of 5 |
|
|
Multiselect Dropdown in Asp.net 4.0 using C#In this article, I will show you how to create a multi-select in an ASP.net page. I will keep this article short and sweet so you can just use the code in your applications. Previously i refer many codes about multiselect dropdown but i found all are little complex to implement. So i decided to try it in my own. Lets see how i implement this.Views: 21167 | Posted by: CS1401 | Votes: 2 | Rating: 5 out of 5 |
Required Field Validator In AjaxIn this example I create a validation control. It checks if the TextBox is Empty it shows the error message.Views: 4863 | Posted by: Mahakgarg | |
How to call code behind method in JavaScript in C# and VS2010?How to call code behind method in JavaScript in C# and VS2010Views: 19108 | Posted by: Kunalverma31 | |
Maintaining browser history in ASP.NET AJAXIn this article, I am going to show how to maintain browser history in ASP.NET AJAX page while performing asynchronous postback (partial postback).Views: 12153 | Posted by: SheoNarayan | Votes: 2 | Rating: 5 out of 5 |
How to use Telerik Scheduler to Display Appointments in Asp.net Part IMaybe now you have accepted that the controls you see in your toolbox or those that is shipped with visual Studio does not have functionality that you might want to have on your web application or Silverlight. One needs to consider that the days of Classic asp are over, and one needs to accept that there are people out there who dedicated their time to fill your toolbox with controls that can do what you wanted to do. Me and Sheo we agreed that we are going to teach our visitors that sometimes you do not need to do things yourself. There are Companies like www.telerik.com , www.Infragistics.com , www.DevExpress.com who dedicated their time to make this possible at a certain fee. I will be writing articles on these nice controls and how to use them. The Last Control I used was the Scheduler provided by Telerik.Views: 18110 | Posted by: Vuyiswamb | Votes: 2 | Rating: 5 out of 5 |
|
|
How to use Ajaxtoolkit ModalPopupExtender in ASP.NET AJAXIt is going to be full 4 years since I started writing articles. My First 4 years were a learning curve and no one could read my articles because I was just a newbie. I am hoping to write a book next year. Why I am saying that , is that I came across a book from a a reputable publisher, where an author badly explain a topic and he ended up pasting a generated that took 3 pages of his book. I will not do that and from the articles I have written before I have never done that, this means there is still room for people like Vuyiswa Maseko, Sheo Narayan and other guys like Abhi and QuestPond to write a book.Views: 37701 | Posted by: Vuyiswamb | Votes: 1 | Rating: 5 out of 5 |
Ajax CalendarExtenderCalendarExtender is an ASP.NET AJAX control that is generally used with TextBox control. When user clicks in Textbox, Calendar control Pops up. Here I am discussing various properties of CalendarExtender .Views: 51663 | Posted by: Pratikshagzb | |
How to display an image for textbox server control while focus the control?In this article explains you how to display an image for textbox server control while on focus the control.Views: 7575 | Posted by: Muhilan | Votes: 3 | Rating: 4.67 out of 5 |
Understanding Asp.Net Ajax Client LibraryHi
In this article we will look some very nice features provided by Asp.net ajax library.Views: 6079 | Posted by: SurajRane | Votes: 2 | Rating: 3.5 out of 5 |
Filter GridView Records using AJAX Slider ControlThis article describes how to filter GridView Records using AJAX Slider Control.Views: 22930 | Posted by: Abhijit Jana | Votes: 5 | Rating: 3.8 out of 5 |
How to make your Control Always Available While Scrolling in ASP.NET AJAXSometimes in your Web application you might need your menu control to be available even when the user is scrolling down your page. Some Web Applications or Websites have a lot of contents on the page and when the user control down he forgets about the menus and sometimes it because a pain to always go up the page to find a menu. Sometimes it good if the menu can stay on the display while the user scrolls up and down. In this Article we are going to demonstrate on how to achieve this.Views: 7904 | Posted by: Vuyiswamb | Votes: 1 | Rating: 5 out of 5 |
How to Execute SSIS Packages in C# ASP.NET Part IIIn the previous article of this series we created an SSIS Package. In this article we are going to execute that Package in our c# code. Remember in SQL 2000 there was something called DTS’s but in SQL 2005 there is SSIS. Now we are going to see how easy it is to execute our previous package.Views: 41080 | Posted by: Vuyiswamb | |