Hello Friends,
Here is the code which will remove html tags form the string in vb .net. Read the rest of this entry »
Hello Friends,
Microsoft Release the Open source for the content management system or you can say is new blog engine name as Oxite.
Oxite is an open source, web standards compliant, blog engine built on ASP.NET MVC.
Oxite has the features like Commenting,Comment moderation,Tagging , Content pages etc i mean all the blog related stuff included in the Oxite. Read the rest of this entry »
Hello Frieds,
Now Recession is almost over and all we want to try to relocate or change our job in to MNC company.
so here is the links which will provides all the types of .net interview question which will helps all of us to get right job which we all wants. Read the rest of this entry »
Hello Friends,
Now a days i m working in one project where i need to add textbox at run time when user will press button add new field then one textbox will add on the page with validation control for same textbox after user will fill those new added textboxes and press save i want to all the new added textboxes values run time and save in the database.
i m giving you code where not just textbox but you can find any web control in one page. Read the rest of this entry »
Hello Friends,
Now a days in any web appication comman request made by clients is the generates a thumbnail for any product image or user profile image so here is the solution for the generates thumbnail on fly when admin or user add any image. Read the rest of this entry »
Hello Friends,
in this article i will give you solution which i was finding since 1 year.
normally when we crate any web application project we use the app_code folder to generate single assembly in which all the files in the App_Code folder must be in the same programming language.
but sometimes i feel that if in some complex things i need c# code file and some times i need that i want vb file for the string manupulation and all that so can i place both the languages in same app_code folder.
here is the solution for this complex question Read the rest of this entry »
Hello Frieds
i was worked on one problem where i want some place session value in javascript and some place i want database value in javascript code.
so for these all i need i found one simple method for reading any server side values in javascript.
here is the few examples for reading server side values in javascript code. Read the rest of this entry »
Hello Firends
As i promise to you i write the two post for the csv import and export data this is the second post which will give you code for the import any csv file in to the gridview.
please check below code which will import any csv file into the asp.net gridview. Read the rest of this entry »