Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Qualified Domain Name in ASP Pin
J4amieC28-May-08 23:57
J4amieC28-May-08 23:57 
GeneralRe: Qualified Domain Name in ASP Pin
Arun Abraham Jose29-May-08 0:28
Arun Abraham Jose29-May-08 0:28 
GeneralRe: Qualified Domain Name in ASP Pin
eyeseetee29-May-08 1:13
eyeseetee29-May-08 1:13 
AnswerRe: Qualified Domain Name in ASP Pin
eyeseetee29-May-08 0:19
eyeseetee29-May-08 0:19 
Questionhow to solve the treeview selected index problem Pin
lakshmichawala28-May-08 23:39
lakshmichawala28-May-08 23:39 
AnswerRe: how to solve the treeview selected index problem Pin
eyeseetee28-May-08 23:46
eyeseetee28-May-08 23:46 
GeneralRe: how to solve the treeview selected index problem Pin
lakshmichawala28-May-08 23:52
lakshmichawala28-May-08 23:52 
QuestionDoes event execution depends on Internet connection Pin
www.Developerof.NET28-May-08 23:22
www.Developerof.NET28-May-08 23:22 
Hi all,

I have a form where i capture some data that needs to be inserted into a main table and child table. These two have primary and foreign key relationships.For saving this type of data i wrote the following function

sub SomeFN()
{
_main_id = Save_Main_Info()'_returns the newly inserted id in main

For i As Integer = 0 To _Grid.Rows.Count - 1
Save_Details(_main_id)
Next
}

Now since sometimes we are experiencing fluctuating internet,it happens that only main entry is saved, the details are not saved. This problem is not for every time. Also when i retry making the same entry later it gets saved(suggests that there no incorrect data due to which the data was not saved). Is it so that the connection gets broken when the control comes to for loop.Any ideas????Confused | :confused:

When you fail to plan, you are planning to fail.

AnswerRe: Does event execution depends on Internet connection Pin
Sajid A.28-May-08 23:41
Sajid A.28-May-08 23:41 
GeneralRe: Does event execution depends on Internet connection Pin
www.Developerof.NET29-May-08 0:25
www.Developerof.NET29-May-08 0:25 
Questionsession end automatic when delete folder in asp.net 2.0 Pin
trilokharry28-May-08 23:14
trilokharry28-May-08 23:14 
AnswerRe: session end automatic when delete folder in asp.net 2.0 Pin
Sajid A.28-May-08 23:44
Sajid A.28-May-08 23:44 
GeneralRe: session end automatic when delete folder in asp.net 2.0 Pin
trilokharry29-May-08 0:06
trilokharry29-May-08 0:06 
Questionform authentication Pin
srinandan..28-May-08 23:13
srinandan..28-May-08 23:13 
AnswerRe: form authentication Pin
Sajid A.28-May-08 23:32
Sajid A.28-May-08 23:32 
AnswerRe: form authentication Pin
eyeseetee28-May-08 23:45
eyeseetee28-May-08 23:45 
Question[Message Deleted] Pin
venkat000928-May-08 23:04
venkat000928-May-08 23:04 
Answer[Duplicate Post. Ignore it] Re: Hi Matrimonial site required... Pin
Vasudevan Deepak Kumar28-May-08 23:07
Vasudevan Deepak Kumar28-May-08 23:07 
QuestionHi .... Pin
venkat000928-May-08 23:02
venkat000928-May-08 23:02 
AnswerRe: Hi .... Pin
Vasudevan Deepak Kumar28-May-08 23:07
Vasudevan Deepak Kumar28-May-08 23:07 
AnswerRe: Hi .... Pin
eyeseetee28-May-08 23:10
eyeseetee28-May-08 23:10 
JokeRe: Hi .... Pin
Vasudevan Deepak Kumar28-May-08 23:11
Vasudevan Deepak Kumar28-May-08 23:11 
QuestionRandom Images Generation for prevent spam registration. Pin
Virendrak28-May-08 22:48
Virendrak28-May-08 22:48 
AnswerRe: Random Images Generation for prevent spam registration. Pin
Simon P Stevens28-May-08 23:45
Simon P Stevens28-May-08 23:45 
Questionhosting webapplication Pin
madhavi.kona28-May-08 22:07
madhavi.kona28-May-08 22:07 

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.