Dear ram. Good day.I have seen u in asp.net.Anyway happy to see u on instrings too. U also was replied to one of my query in asp.net forum.I would linke to ask assistance from you. I am also willing to do MCP and tried in 1st attempt i not able to do so. Can u [...]
Most Popular (Last 7 days)
- How to send an Email using C# - complete features
- Sending Automated Emails asynchronously using a C# Windows Service in conjunction with Database Email records PART - II
- JQuery POST & GET Request to WCF Service in ASP.Net MVC
- Create a Simple WCF service against Pubs Database using EF, LINQ – Part I
- Sending Automated Emails asynchronously using a C# Windows Service in conjunction with Database Email records – Part I
- Create a Simple WCF Service Client against Pubs Database using EF, LINQ – Part II
- Access Code-behind variables in ASPX and JavaScript
- Simple Html Editor based Comments Section with Captcha feature along with Database Interactivity
- ASP.Net MVC–Simple Application Security using Password Hashing before storing it to Database
- Access JavaScript Variables in Code-Behind Class
Most Popular (All time)
- How to send an Email using C# - complete features (29548 views )
- Sending Automated Emails asynchronously using a C# Windows Service in conjunction with Database Email records PART - II (18382 views )
- Create a Simple WCF service against Pubs Database using EF, LINQ – Part I (11907 views )
- JQuery POST & GET Request to WCF Service in ASP.Net MVC (11802 views )
- Access Code-behind variables in ASPX and JavaScript (11348 views )
- Sending Automated Emails asynchronously using a C# Windows Service in conjunction with Database Email records – Part I (11262 views )
- Create a Simple WCF Service Client against Pubs Database using EF, LINQ – Part II (9232 views )
- Access JavaScript Variables in Code-Behind Class (8631 views )
- Simple Html Editor based Comments Section with Captcha feature along with Database Interactivity (8149 views )
- Data Transfer between two ASP.NET Pages (7873 views )
- Save the World (6710 views )
- Retrieve files from a table in Database using Generic Handler (5646 views )
- Save files to a table in Database using FileUpload control (5522 views )
- ASP.Net MVC–Simple Application Security using Password Hashing before storing it to Database (5326 views )
- How to download files from server to client using a Generic Handler (4340 views )
- AJAX HTML Editor based Contact Form inside UpdatePanel along with UpdateProgress (4263 views )
- JQuery Quickies #1 – GalleryView Plugin by Jack Anderson (3817 views )
- Book Review - MCTS Exam 70-536 Microsoft .NET Framework – Application Development Foundation Self Paced Training Kit - Tony Northrup (3491 views )
- Implementing MVP Pattern using UserControls with WCF Database Operations in Entity Framework and LINQ – PART I (3352 views )
- File Download by Anil (3330 views )
JumpStart Tutorials
- JumpStart # 11 - Xml Comments for code using GhostDoc Extension
- JumpStart # 10 – Display Validation Error Messages in different formats using JavaScript
- JumpStart # 9 – Make Response.Redirect() open in New Blank Window
- JumpStart # 8 – Making Client CallBacks by Implementing ICallBackEventHandler Interface
- JumpStart # 7 – Handling UserControl’s Event from Parent Page
- JumpStart # 6 – Accessing CheckBoxList Control in JavaScript and making a Mandatory Selection Enabled
- JumpStart # 5 – Access Properties of a UserControl from other UserControl in ASP.Net Page
- JumpStart # 4 – validateRequest in ASP.Net
- JumpStart # 3 – ViewStateMode in ASP.Net 4.0
- JumpStart # 2 – OUT Parameter in C#
- JumpStart # 1 - Using Optional And Named Parameters in C#
Latest Entries
Checking the database availability every 15 minutes by sumanth
Guest on May 6, 2012 at 9:40 pm
I need an automated windows application script which checks multiple oracle database availability and if any database is unavailable it should send an email The script should run every 15 minutes Thanks in advance
Filed under:ASP.Net, USER TOPICS
previouspage by Sai Chander A
Guest on May 6, 2012 at 9:22 pm
private void Form1_Load(object sender, EventArgs e) { TextBox pp_Textbox1; Calendar pp_Calendar1; pp_Textbox1 = (TextBox)PreviousPage.FindControl(“Textbox1″); pp_Calendar1 = (Calendar)PreviousPage.FindControl(“Calendar1″); label1.Text = “Hello ” + pp_Textbox1.Text + “” + “Date Selected: ” + pp_Calendar1.SelectedDate.ToShortDateString(); this simple program has two errors previouspage.findcontrol() does not exist in current context selecteddate.toshortdate();
Filed under:ASP.Net, USER TOPICS
How to Retrieve Variable value from javascript by SureshKumar Gorrela
Guest on May 6, 2012 at 9:19 pm
I want to retrieve some variable value from javascript into C# code behind….Pls Help me out to solve this issue… Thanks in Advance, Suresh Kumar G
Filed under:ASP.Net, USER TOPICS
How to convert a url to my domain name url? by sumit
Guest on May 5, 2012 at 9:10 pm
Suppose i got one url like http://www.example.com from some where.Now i want to convert it with my own domain name url some thing like http://www.demo.com/go.aspx?id=1(where http://www.demo.com is my website). It means whenever i would like to browse this url in browser it will show http://www.example.com. PLEASE SUGGEST or mail me please at sumit.burnwal@gmail.com … Regards, [...]
Filed under:ASP.Net, USER TOPICS
Password security + MVC by Srinivas Alwala
Guest on January 8, 2012 at 6:39 pm
Hi Ravi Vemula, I have a doubt in the password security + MVC application topic. If we look at the code the password is passing as plain text over the channel. If we want to implement a internet website using MVC, i think this approach of implementation is not satisfactory as hackers can use a [...]
Filed under:ASP.Net, USER TOPICS
About Sending mail with PDF file attachment by Miketa Patel
Guest on January 7, 2012 at 12:14 pm
Hello, In your code i m facing some problem . When i run this code , I getting this error ” The CLR has been unable to transition from COM context 0x31e320 to COM context 0x31e490 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait [...]
Filed under:ASP.Net, USER TOPICS
DateTime by DateTime Format Problem
Guest on October 19, 2011 at 6:49 pm
Hello Sir.. Will u please help me to solve this Problem http://forums.asp.net/t/1670099.aspx/1?DateTime+Days+Cout
Filed under:ASP.Net, USER TOPICS
Dynamic created dropdownlist by Blue Goulding
Guest on October 19, 2011 at 6:40 pm
I read you post on asp.net regarding Create Dynamic Dropdownlist Controls. I used this to development a very nice web applications. However to complete I have this issue. How to create a dropdownlist box and hard wire to another button so when the user changes the selection in the dropdownbox they can then click on [...]
Filed under:ASP.Net, USER TOPICS
ASP.net by Rani
Guest on October 19, 2011 at 6:32 pm
Problem with sending mail to many users who have der mail id stored in database.can w chat for while so dat u can find a solution to my problem my mail id XXXX@gmail.com
Filed under:ASP.Net, USER TOPICS
Design view in HTMLEditor by Preeti
Guest on October 19, 2011 at 6:27 pm
I am unable to get design view in HTMLEditor, When i run the program it just show me html view but after click design view it’s disable.
Filed under:ASP.Net, USER TOPICS
Where to get the greatest html editor? by Assorkboozy
Guest on October 19, 2011 at 6:20 pm
I’m working on my wedding page and I’m attempt to make an RSVP form online. I’m not a master of the web and have narrow knowledge of HTML, though I have a knowledge of fundamental principles and have the ability to understand the code somewhat. I prewritten code on Yahoo, and checked the reviews of [...]
Filed under:ASP.Net, USER TOPICS
File Download by Anil
Guest on March 28, 2011 at 5:59 am
Hi, It will be very much helpful to know if its possible to download a file in a specific folder. Thank You. Anil
Filed under:USER TOPICS






