Click here to Skip to main content
15,887,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
SuggestionRe: execute a certain task every one hour in server Pin
Karthik J, Coimbatore20-Aug-12 23:25
Karthik J, Coimbatore20-Aug-12 23:25 
AnswerRe: execute a certain task every one hour in server Pin
David Mujica21-Aug-12 2:03
David Mujica21-Aug-12 2:03 
AnswerRe: execute a certain task every one hour in server Pin
Sandip.Nascar22-Aug-12 10:57
Sandip.Nascar22-Aug-12 10:57 
AnswerRe: execute a certain task every one hour in server Pin
Vijay Selvaraj27-Aug-12 0:13
Vijay Selvaraj27-Aug-12 0:13 
Questionconfigure IIS 7 to run with current user account Pin
indian14320-Aug-12 10:38
indian14320-Aug-12 10:38 
Questionimage control from Image Pin
Jassim Rahma20-Aug-12 8:56
Jassim Rahma20-Aug-12 8:56 
AnswerRe: image control from Image Pin
Wes Aday20-Aug-12 9:21
professionalWes Aday20-Aug-12 9:21 
GeneralRe: image control from Image Pin
Jassim Rahma20-Aug-12 9:34
Jassim Rahma20-Aug-12 9:34 
what I want is the following:

I am using the QRCodeEncoder from here.

in WinForm, I am doing this to display the QR Code:

C#
Image image;
String data = textEdit1.Text;
image = qrCodeEncoder.Encode(data);
pictureEdit1.Image = image;

I want to do the same for asp:Image so QR Image will automatically created for the current URL?
QuestionInteractive Chart - Write Back to Database Pin
Member 936975420-Aug-12 7:56
Member 936975420-Aug-12 7:56 
Questionget all image file names from a folder in Jquery Pin
ashjassi19-Aug-12 20:18
ashjassi19-Aug-12 20:18 
AnswerRe: get all image file names from a folder in Jquery Pin
jiacode19-Aug-12 20:28
jiacode19-Aug-12 20:28 
AnswerRe: get all image file names from a folder in Jquery Pin
Keith Barrow20-Aug-12 2:55
professionalKeith Barrow20-Aug-12 2:55 
GeneralRe: get all image file names from a folder in Jquery Pin
ashjassi20-Aug-12 18:45
ashjassi20-Aug-12 18:45 
Questionremove my website from history Pin
Jassim Rahma19-Aug-12 5:20
Jassim Rahma19-Aug-12 5:20 
AnswerRe: remove my website from history Pin
Bernhard Hiller19-Aug-12 21:00
Bernhard Hiller19-Aug-12 21:00 
AnswerRe: remove my website from history Pin
Karthik J, Coimbatore20-Aug-12 23:40
Karthik J, Coimbatore20-Aug-12 23:40 
Questionwhen the data(database) on the server is updated, how to inform the client automatically? Pin
wangerpang19-Aug-12 4:54
wangerpang19-Aug-12 4:54 
AnswerRe: when the data(database) on the server is updated, how to inform the client automatically? Pin
Eddy Vluggen20-Aug-12 1:44
professionalEddy Vluggen20-Aug-12 1:44 
AnswerRe: when the data(database) on the server is updated, how to inform the client automatically? Pin
RichardGrimmer20-Aug-12 5:30
RichardGrimmer20-Aug-12 5:30 
GeneralAkash Pin
Akash Patel18-Aug-12 22:28
Akash Patel18-Aug-12 22:28 
GeneralRe: Akash Pin
AmitGajjar19-Aug-12 19:44
professionalAmitGajjar19-Aug-12 19:44 
AnswerRe: Akash Pin
thatraja19-Aug-12 23:39
professionalthatraja19-Aug-12 23:39 
Generalquestion of generate a link Pin
Member 860012318-Aug-12 3:31
Member 860012318-Aug-12 3:31 
GeneralRe: question of generate a link Pin
Eddy Vluggen18-Aug-12 22:58
professionalEddy Vluggen18-Aug-12 22:58 
AnswerRe: question of generate a link Pin
Rahul Rajat Singh20-Aug-12 17:59
professionalRahul Rajat Singh20-Aug-12 17:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.