|
|
-
|
|
Often we write lot of extension methods which helps us in consolidating logic and performing operations on objects in a easy way. In this tutorial I m going to narrate on how to implement IEnumerable on extension methods which helps us in extending ...
|
|
-
|
|
In this short tutorial, I am going to show how to validate a Dropdownlist in MVC3 using Razor Syntax.
Our Model Class –
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.ComponentModel.DataAnnot...
|
|
-
|
|
Its been a while since I blogged, but I am back with some new series coming through, mainly focusing on MVC and JQuery.
This small blog post is out to answer some of the common questions which I do see most often – “Differences between ASP.Net and ASP.Net ...
|
|
-
|
|
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 t...
|
|
-
|
|
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
...
|
|
-
|
|
private void Form1_Load(object sender, EventArgs e)
{
TextBox pp_Textbox1;
Calendar pp_Calendar1;
pp_Textbox1 = (TextBox)PreviousPage.FindControl(“Textbox1″);
pp_Calendar1 = (Calendar)Pre...
|
|
-
|
|
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
...
|
|
-
|
|
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 ...
|
|