Click here to Skip to main content
16,004,778 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Mail Inbox Pin
TheEagle12-Jul-08 0:10
TheEagle12-Jul-08 0:10 
AnswerRe: Mail Inbox Pin
Abhijit Jana12-Jul-08 0:33
professionalAbhijit Jana12-Jul-08 0:33 
Questionmarquee on master page Pin
TheEagle11-Jul-08 21:59
TheEagle11-Jul-08 21:59 
QuestionRe: marquee on master page Pin
Abhijit Jana11-Jul-08 22:22
professionalAbhijit Jana11-Jul-08 22:22 
AnswerRe: marquee on master page Pin
TheEagle11-Jul-08 22:29
TheEagle11-Jul-08 22:29 
AnswerRe: marquee on master page Pin
TheEagle11-Jul-08 22:33
TheEagle11-Jul-08 22:33 
Questioninsert data from one table to another table (with condition) Pin
Sneha Bisht11-Jul-08 21:13
Sneha Bisht11-Jul-08 21:13 
AnswerRe: insert data from one table to another table (with condition) Pin
Guffa12-Jul-08 0:55
Guffa12-Jul-08 0:55 
If you just specify how the data should be combined into the second table, it's easy enough to insert it. Example:
insert into SecondTable (serial1, serial2)
select f1.serial, f2.serial
from FirstTable f1
inner join FirstTable f2 on f2.something = f1.something
where f1.something = something and f2.something = something

However, it's not really clear how you mean that the data should be combined into what you show.

Despite everything, the person most likely to be fooling you next is yourself.

Questionproblam in nbsp; Pin
Rinki Mukheraji11-Jul-08 21:04
Rinki Mukheraji11-Jul-08 21:04 
Questionhow to write a method or function which returns time range values Pin
Rameez Raja11-Jul-08 20:28
Rameez Raja11-Jul-08 20:28 
AnswerRe: how to write a method or function which returns time range values Pin
Imran Khan Pathan11-Jul-08 20:46
Imran Khan Pathan11-Jul-08 20:46 
GeneralRe: how to write a method or function which returns time range values Pin
Anubhava Dimri13-Jul-08 19:16
Anubhava Dimri13-Jul-08 19:16 
QuestionAdding row to the gridview Pin
kimo code11-Jul-08 20:07
kimo code11-Jul-08 20:07 
QuestionHTML control Pin
strawberrysh11-Jul-08 18:49
strawberrysh11-Jul-08 18:49 
AnswerRe: HTML control Pin
Imran Khan Pathan11-Jul-08 19:16
Imran Khan Pathan11-Jul-08 19:16 
QuestionHow to merge corresponding cells of Table control Pin
Rameez Raja11-Jul-08 18:31
Rameez Raja11-Jul-08 18:31 
AnswerRe: How to merge corresponding cells of Table control Pin
Imran Khan Pathan11-Jul-08 19:04
Imran Khan Pathan11-Jul-08 19:04 
QuestionProblem with IIS when some one Authenticates Pin
maryam.saboor11-Jul-08 18:24
professionalmaryam.saboor11-Jul-08 18:24 
Questionsuggestion is needed Pin
Rameez Raja11-Jul-08 18:11
Rameez Raja11-Jul-08 18:11 
QuestionCannot figure this one out.... SQL datasource & c# Pin
Jacob Dixon11-Jul-08 15:20
Jacob Dixon11-Jul-08 15:20 
AnswerRe: Cannot figure this one out.... SQL datasource & c# Pin
Mike Ellison11-Jul-08 15:31
Mike Ellison11-Jul-08 15:31 
GeneralRe: Cannot figure this one out.... SQL datasource & c# Pin
Jacob Dixon12-Jul-08 4:31
Jacob Dixon12-Jul-08 4:31 
Questionhow to close/hide the popup onmouseout event Pin
For_IT11-Jul-08 15:06
For_IT11-Jul-08 15:06 
QuestionControlling page elements from a .config file Pin
Cyberpulse11-Jul-08 14:10
Cyberpulse11-Jul-08 14:10 
AnswerRe: Controlling page elements from a .config file Pin
Mike Ellison11-Jul-08 15:36
Mike Ellison11-Jul-08 15:36 

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.