Posts

Showing posts from September, 2008

How to execute server code without postback in .net

Hi Friends, If you want to execute server side code in dot net without any post back, please "Click Me" to view the solution. With the help of this code you can call any server function without any post back.

Chat Application In .Net

If you know more about How to develop the chat application in .net. Review the following link "Chat Application" This will help to to develop the chat application and hoe to prviount the post back in .net web application without AJAX/ATLAS

Sending Mails through .Net application using Google account

If you don't have your own SMTP server and you want to send email, Use Google account for that. With t he help of google account you can use the SMTP server of google account and create a .net application. If you need code for that "Click Me"

Create Xpath Queries with the helpof .net

If you need to create Xpath queries of Xml node and you are facing any problem in that Please Click Me To get solution I have created a window application using that you can easly get the xpath of any xml node

Fill DropDown List And List Box Using JavaScript

If you need to fill the item's in Dropdown and List box using javascript, you get the code from Clicking Here With the help of this you can add the item(s) in the controls but you can not use these items in code behind file.

Close Browser Window Without Confirm Dialog Box

Close browser window without confirmation dialog box using javascript. If you want to view the solution " Click Me "