Click here to Skip to main content
15,921,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: i wanna search engine Pin
aush11-Sep-06 23:31
aush11-Sep-06 23:31 
GeneralRe: i wanna search engine Pin
CWIZO12-Sep-06 0:04
CWIZO12-Sep-06 0:04 
AnswerRe: i wanna search engine Pin
kitokatakito12-Sep-06 21:58
kitokatakito12-Sep-06 21:58 
QuestionCreating PDF documets Pin
happyheartcs11-Sep-06 21:43
happyheartcs11-Sep-06 21:43 
AnswerRe: Creating PDF documets Pin
Sathesh Sakthivel11-Sep-06 22:05
Sathesh Sakthivel11-Sep-06 22:05 
AnswerRe: Creating PDF documets Pin
Suelinda_W20-Sep-06 11:01
Suelinda_W20-Sep-06 11:01 
QuestionDrag a control and Drop it on a cell of a table as in ASP.Net Pin
snprani11-Sep-06 21:39
snprani11-Sep-06 21:39 
AnswerRe: Drag a control and Drop it on a cell of a table as in ASP.Net Pin
l0kke12-Sep-06 7:06
l0kke12-Sep-06 7:06 
Well, I'm sure it is possible, not with ASP.NET, but with Javascript. Try to search the web for "Javscript drag & drop" or something like this. I hope you will find something useful.

Generaly you have to keep structure of controls on server, when you do drag&drop on client, javascript should raise a postback and tell server which control was moved to which parent, then structure is changed on server, html is regenerated and sent to a client again. Or you can keep the structure in javascript all the time without a postback and send info to server only when clicked 'Save' button for example...

Anyway, you have to do lots of javascript coding probably, if you don't find exact solution for you problem on the web.

Pilo
Question3d redndering at realtime Pin
Prashant_Gham11-Sep-06 21:14
Prashant_Gham11-Sep-06 21:14 
QuestionSend SMS Pin
hemant.kaushal11-Sep-06 20:58
hemant.kaushal11-Sep-06 20:58 
AnswerRe: Send SMS Pin
BLOEDHOND11-Sep-06 21:08
BLOEDHOND11-Sep-06 21:08 
GeneralRe: Send SMS Pin
hemant.kaushal11-Sep-06 21:36
hemant.kaushal11-Sep-06 21:36 
GeneralRe: Send SMS Pin
BLOEDHOND11-Sep-06 21:43
BLOEDHOND11-Sep-06 21:43 
AnswerRe: Send SMS Pin
Sathesh Sakthivel11-Sep-06 21:12
Sathesh Sakthivel11-Sep-06 21:12 
AnswerRe: Send SMS Pin
Britney S. Morales12-Sep-06 4:30
Britney S. Morales12-Sep-06 4:30 
QuestionWriting to a web.config file give me access denied Pin
BLOEDHOND11-Sep-06 20:56
BLOEDHOND11-Sep-06 20:56 
AnswerRe: Writing to a web.config file give me access denied Pin
hemant.kaushal11-Sep-06 21:54
hemant.kaushal11-Sep-06 21:54 
GeneralRe: Writing to a web.config file give me access denied Pin
BLOEDHOND12-Sep-06 2:56
BLOEDHOND12-Sep-06 2:56 
Questiontype conversion Pin
senthilmca11-Sep-06 20:12
senthilmca11-Sep-06 20:12 
AnswerRe: type conversion Pin
Jay_se11-Sep-06 20:23
Jay_se11-Sep-06 20:23 
AnswerRe: type conversion Pin
aush11-Sep-06 22:02
aush11-Sep-06 22:02 
GeneralRe: type conversion Pin
jitu gupta12-Sep-06 0:40
jitu gupta12-Sep-06 0:40 
Questiondropdownlist in datagrid giving prob Pin
pradeep kumarappagari11-Sep-06 19:34
pradeep kumarappagari11-Sep-06 19:34 
AnswerRe: dropdownlist in datagrid giving prob Pin
Amit Kumar Chikara11-Sep-06 19:59
Amit Kumar Chikara11-Sep-06 19:59 
GeneralRe: dropdownlist in datagrid giving prob Pin
pradeep kumarappagari11-Sep-06 20:11
pradeep kumarappagari11-Sep-06 20:11 

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.