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 »
Hello Friends,
Sorry after so long time i m writing this post recently i was working on few bigger task in asp .net.
now days i feel on internet when we goggling for the CSV (Comma Separated Values) file related data so you will find not as much interesting data. so i decide to write two post for the CSV functionality with asp .net.
this article gives you way how to export the sql server tables data in to the CSV file so please read it carefully and apply it in your web application. Read the rest of this entry »
Hello Friends
last days i was searching the internet and i found that we can use gmail account credential as a smtp server.
Here is the code for the how use gmail credential for sending a mail form the asp .net.
Create
Read the rest of this entry »