Click here to Skip to main content
15,919,358 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: there is no task option of "add extender " in textbox or other controls Pin
Abhijit Jana4-Aug-09 19:33
professionalAbhijit Jana4-Aug-09 19:33 
Questionhow to search&open the root folder file??? Pin
Karan_TN4-Aug-09 19:11
Karan_TN4-Aug-09 19:11 
AnswerRe: how to search&open the root folder file??? Pin
Deepak the Cool4-Aug-09 22:13
Deepak the Cool4-Aug-09 22:13 
GeneralRe: how to search&open the root folder file??? Pin
Karan_TN4-Aug-09 23:23
Karan_TN4-Aug-09 23:23 
QuestionASP.Net with Java Windows Pin
PDTUM4-Aug-09 18:57
PDTUM4-Aug-09 18:57 
AnswerRe: ASP.Net with Java Windows Pin
puviyarasan.j5-Aug-09 0:01
puviyarasan.j5-Aug-09 0:01 
GeneralRe: ASP.Net with Java Windows Pin
PDTUM5-Aug-09 4:41
PDTUM5-Aug-09 4:41 
Questionenabling synonyms for labels Pin
uglyeyes4-Aug-09 17:00
uglyeyes4-Aug-09 17:00 
Hi!

if a form looks like below

name: asp:textbox
address: asp:textbox
..
..


I would like to give users of the web application capability of renaming those labels name and address to their own wordings. how is it possible database wise? I also would like to give them flexibility to add another label and another control in the form as well. I tried to design the datbase and am struggling myself. extra label and controls could be hard coded in form and keep hidden until they activate it. my db looked like

user table
userid, orgid, name, address, extra field1, extra field2..extra fieldN
1,1,name,fullname, sydney,null,null..nullN
synonym table
synId, synorgId, syndefaultname, syncustomname, isactive
1,null,name, name,1
1,1,name,fullname,1
1,1,address,address,0

could someone please help me to extend my logic.
AnswerRe: enabling synonyms for labels Pin
uglyeyes6-Aug-09 13:32
uglyeyes6-Aug-09 13:32 
QuestionError running application... [modified] Pin
panyaung4-Aug-09 16:40
panyaung4-Aug-09 16:40 
AnswerRe: Error running application... Pin
Adam Maras4-Aug-09 16:44
Adam Maras4-Aug-09 16:44 
GeneralRe: Error running application... Pin
panyaung4-Aug-09 17:23
panyaung4-Aug-09 17:23 
AnswerRe: Error running application... Pin
Abhijit Jana4-Aug-09 17:26
professionalAbhijit Jana4-Aug-09 17:26 
GeneralRe: Error running application... Pin
panyaung4-Aug-09 20:57
panyaung4-Aug-09 20:57 
GeneralRe: Error running application... Pin
puviyarasan.j5-Aug-09 0:04
puviyarasan.j5-Aug-09 0:04 
Questioncan asp page trigger a application? Pin
nelsonpaixao4-Aug-09 15:55
nelsonpaixao4-Aug-09 15:55 
AnswerRe: can asp page trigger a application? Pin
N a v a n e e t h4-Aug-09 16:27
N a v a n e e t h4-Aug-09 16:27 
GeneralRe: can asp page trigger a application? Pin
nelsonpaixao5-Aug-09 14:08
nelsonpaixao5-Aug-09 14:08 
QuestionValidationGroup/CausesValidation in User Control Pin
the_smiths4-Aug-09 15:36
the_smiths4-Aug-09 15:36 
QuestionDirectorySearcher->FindAll : The specified domain either does not exist or could not be contacted Pin
swjam4-Aug-09 15:10
swjam4-Aug-09 15:10 
AnswerRe: DirectorySearcher->FindAll : The specified domain either does not exist or could not be contacted Pin
Abhijit Jana4-Aug-09 17:31
professionalAbhijit Jana4-Aug-09 17:31 
QuestionNunit and unit testing of ASP.NET application [modified] Pin
Sandeep Akhare4-Aug-09 9:19
Sandeep Akhare4-Aug-09 9:19 
AnswerRe: Nunit and unit testing of ASP.NET application Pin
Christian Graus4-Aug-09 13:21
protectorChristian Graus4-Aug-09 13:21 
GeneralRe: Nunit and unit testing of ASP.NET application Pin
Sandeep Akhare4-Aug-09 16:10
Sandeep Akhare4-Aug-09 16:10 
AnswerRe: Nunit and unit testing of ASP.NET application Pin
N a v a n e e t h4-Aug-09 15:50
N a v a n e e t h4-Aug-09 15:50 

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.