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 Friedns
lots of people now days i found in internet who still finding a sites which give the functionality to do free sms in whole india.
so here the few lits of sites which provides free sms in whole india please find the links and enjoy it 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 »
Hello Friends,
i was working on clone project of digg.com and i was facing one big problem which menu control of asp .net and all the ajax control toolkit`s control not properly working on Safari browser.
so i was searched lots of stuff to solve this problem and here is the solution which serves to you.
Read the rest of this entry »