|
|
-
Jalpesh Posted 1 Months ago through Blogs | 10 Points
As we all know web pages are stateless pages and we need to use session variables in web application to maintain some session over page. Some time we divide our application into multiple layers for example business logic layer,database layer etc. This a...
|
-
Jalpesh Posted 2 Months ago through Blogs | 10 Points
New version of ASP.NET provides lots of way of binding data to the data controls like Grid View, Repeater etc. You can now bind this controls with strong type. I have earlier written a blog post about How we can use Model binding with ASP.NET 4.5 and Vi...
|
-
Jalpesh Posted 2 Months ago through Blogs | 10 Points
New version of ASP.NET provides lots of way of binding data to the data controls like Grid View, Repeater etc. You can now bind this controls with strong type. I have earlier written a blog post about How we can use Model binding with ASP.NET 4.5 and Vi...
|
-
Jalpesh Posted 2 Months ago through Blogs | 10 Points
I have created a video tutorial for Visual studio 2012. Where I have shown different kind of searching options.
|
-
Jalpesh Posted 3 Months ago through Blogs | 10 Points
In this post I am going to explain about HTML Editor Enhancement in visual studio 2012. I have been writing few post about Visual studio 2012 new features and this post will also be part of that. You can read whole series at following link. Visual Stud...
|
-
Jalpesh Posted 3 Months ago through Blogs | 10 Points
In this post, I am going to explain about default keyword in c#. Introduction: As per MSDN default keyword in C# used to assign the default value of the type. In some situation its comes very handy where we don’t want to create object and direct...
|
-
Jalpesh Posted 3 Months ago through Blogs | 10 Points
In this post, I am going to explain how we can convert an generic list to simple int array with Help of Linq. Recently, I was working on an application and there I needed an Int array of for list of ids in generic list. I tried various methods and then ...
|
-
Jalpesh Posted 3 Months ago through Blogs | 10 Points
In this post we are going to see how we can use Response.Redirect(Redirecttion) in asp.net friendly URLs. Before some day I have written a post about ASP.NET Friendly URLs – Cleaner, SEO friendly URLs. On that post one reader called ‘Ramesh’ asked me th...
|
-
Jalpesh Posted 3 Months ago through Blogs | 10 Points
Recently before some time, Scott Gu announced ASP.NET and Web Tools 2012.2 Release Candidate. I have downloaded it and used it for a while and I have found following new things. ASP.NET Enhancements: New facebook asp.net mvc template is there...
|
-
Jalpesh Posted 3 Months ago through Blogs | 10 Points
jQuery UI is a great open source set of user controls and it’s very easy to use. Recently one of my friend asked question that how we can hide title bar in jQuery UI Dialog? so this post is a reply to him. Let’s create a simple html and use jQuery Ui mo...
|