Click here to Skip to main content
15,915,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: XML Pin
Not Active9-Apr-10 7:03
mentorNot Active9-Apr-10 7:03 
GeneralRe: XML Pin
leckey9-Apr-10 7:11
leckey9-Apr-10 7:11 
Questionhow to store multiple rows in a table from gridview Pin
developerit9-Apr-10 1:41
developerit9-Apr-10 1:41 
AnswerRe: how to store multiple rows in a table from gridview Pin
Brij9-Apr-10 3:37
mentorBrij9-Apr-10 3:37 
GeneralRe: how to store multiple rows in a table from gridview Pin
developerit9-Apr-10 22:37
developerit9-Apr-10 22:37 
AnswerRe: how to store multiple rows in a table from gridview Pin
Tej Aj16-Apr-10 2:50
Tej Aj16-Apr-10 2:50 
QuestionReport Viewer Control Pin
Paul Unsworth9-Apr-10 0:26
Paul Unsworth9-Apr-10 0:26 
QuestionGetting response from aspx page Pin
Pryabu8-Apr-10 21:49
Pryabu8-Apr-10 21:49 
Hi,

I am opening an aspx page using the following code.From that aspx page,i will return some value using Response.Write("hi"); function.I want to get this string.How to get it from the aspx page to VC++.

CInternetSession objInetSession;

char szURL[100];


CStdioFile* objStdFile;
try
{
wsprintf(szURL,"%s","http://101.8.0.24/test/test.aspx");
objStdFile = objInetSession.OpenURL(szURL,1,INTERNET_FLAG_TRANSFER_ASCII ,NULL,0);
}
catch(CInternetException* exp)
{
exp->ReportError(MB_OK,0);
}

Thanks,
QuestionASP.Net vs MVC Pin
swjam8-Apr-10 20:15
swjam8-Apr-10 20:15 
AnswerRe: ASP.Net vs MVC Pin
Gaurav Dudeja India8-Apr-10 20:27
Gaurav Dudeja India8-Apr-10 20:27 
AnswerRe: ASP.Net vs MVC Pin
sashidhar8-Apr-10 20:55
sashidhar8-Apr-10 20:55 
AnswerRe: ASP.Net vs MVC Pin
Brij8-Apr-10 23:56
mentorBrij8-Apr-10 23:56 
QuestionListBox SelectedIndex does not persist during postback [modified] Pin
Toni788-Apr-10 4:49
Toni788-Apr-10 4:49 
AnswerRe: ListBox SelectedIndex does not persist during postback Pin
JHizzle8-Apr-10 5:03
JHizzle8-Apr-10 5:03 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
Toni788-Apr-10 5:18
Toni788-Apr-10 5:18 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
JHizzle8-Apr-10 5:26
JHizzle8-Apr-10 5:26 
GeneralRe: ListBox SelectedIndex does not persist during postback [modified] Pin
Toni788-Apr-10 8:03
Toni788-Apr-10 8:03 
AnswerRe: ListBox SelectedIndex does not persist during postback Pin
michaelschmitt8-Apr-10 8:42
michaelschmitt8-Apr-10 8:42 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
Toni788-Apr-10 8:56
Toni788-Apr-10 8:56 
QuestionMultiple file upload Pin
paper678-Apr-10 4:13
paper678-Apr-10 4:13 
AnswerRe: Multiple file upload Pin
chriswk8-Apr-10 19:21
chriswk8-Apr-10 19:21 
GeneralRe: Multiple file upload Pin
Gaurav Dudeja India8-Apr-10 19:31
Gaurav Dudeja India8-Apr-10 19:31 
GeneralRe: Multiple file upload Pin
paper679-Apr-10 5:08
paper679-Apr-10 5:08 
AnswerRe: Multiple file upload Pin
Anurag Gandhi8-Apr-10 19:33
professionalAnurag Gandhi8-Apr-10 19:33 
QuestionHow to Block Specific IP Number to Access my website Pin
Samarjeet Singh@india8-Apr-10 2:26
Samarjeet Singh@india8-Apr-10 2:26 

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.