Click here to Skip to main content
15,887,821 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionclient side leave event of textbox in asp.net Pin
billcodes28-Jul-09 18:39
billcodes28-Jul-09 18:39 
AnswerRe: client side leave event of textbox in asp.net Pin
Mike Ellison28-Jul-09 18:51
Mike Ellison28-Jul-09 18:51 
AnswerRe: client side leave event of textbox in asp.net Pin
Brij28-Jul-09 18:56
mentorBrij28-Jul-09 18:56 
QuestionRecievingDate is neither a DataColumn nor a DataRelation for table . Pin
haleemasher28-Jul-09 17:51
haleemasher28-Jul-09 17:51 
AnswerRe: RecievingDate is neither a DataColumn nor a DataRelation for table . Pin
Abhijit Jana28-Jul-09 17:54
professionalAbhijit Jana28-Jul-09 17:54 
GeneralRe: RecievingDate is neither a DataColumn nor a DataRelation for table . Pin
haleemasher28-Jul-09 18:02
haleemasher28-Jul-09 18:02 
QuestionCreate class properties on the fly from xml Pin
crystal915428-Jul-09 17:34
crystal915428-Jul-09 17:34 
AnswerRe: Create class properties on the fly from xml Pin
Mike Ellison28-Jul-09 18:49
Mike Ellison28-Jul-09 18:49 
Wow... that's a pretty tall order (no pun intended)

If you are talking about having an xml file define a custom class (a genuine class that gets compiled with your project) then you are looking at developing a custom build provider. I show an example of this in my GridThemes[^] article.

But you may just as well explore storing an xml document for your "client product properties" in an xml-datatype field in your database. As for parsing the XML, there's lots of examples of doing this... either straight with the System.Xml namespace objects, or through LINQ. If you're looking for examples of that nature, they're pretty easy to find through google, but I could probably dig one or two up also. Let me know.


QuestionException has been thrown by the target of an invocation. Pin
haleemasher28-Jul-09 17:10
haleemasher28-Jul-09 17:10 
QuestionDatatable problem Pin
Jagz W28-Jul-09 16:41
professionalJagz W28-Jul-09 16:41 
AnswerRe: Datatable problem Pin
N a v a n e e t h28-Jul-09 16:46
N a v a n e e t h28-Jul-09 16:46 
GeneralRe: Datatable problem Pin
Jagz W28-Jul-09 16:49
professionalJagz W28-Jul-09 16:49 
GeneralRe: Datatable problem Pin
Abhijit Jana28-Jul-09 17:52
professionalAbhijit Jana28-Jul-09 17:52 
QuestionHow to bypass ISA Server programmatically? Pin
just3ala228-Jul-09 8:02
just3ala228-Jul-09 8:02 
QuestionWeb page is not runing!!!!! Pin
zeeShan anSari28-Jul-09 7:51
zeeShan anSari28-Jul-09 7:51 
AnswerRe: Web page is not runing!!!!! Pin
zeeShan anSari28-Jul-09 8:08
zeeShan anSari28-Jul-09 8:08 
AnswerRe: Web page is not runing!!!!! Pin
Abhijit Jana28-Jul-09 8:34
professionalAbhijit Jana28-Jul-09 8:34 
AnswerRe: Web page is not runing!!!!! Pin
N a v a n e e t h28-Jul-09 15:50
N a v a n e e t h28-Jul-09 15:50 
QuestionDesign using MVP pattern Pin
Cybernate28-Jul-09 5:15
Cybernate28-Jul-09 5:15 
AnswerRe: Design using MVP pattern Pin
Jeremy Likness28-Jul-09 9:22
professionalJeremy Likness28-Jul-09 9:22 
GeneralRe: Design using MVP pattern [modified] Pin
Cybernate28-Jul-09 9:54
Cybernate28-Jul-09 9:54 
AnswerRe: Design using MVP pattern Pin
N a v a n e e t h28-Jul-09 15:55
N a v a n e e t h28-Jul-09 15:55 
GeneralRe: Design using MVP pattern Pin
Cybernate28-Jul-09 16:21
Cybernate28-Jul-09 16:21 
Questionuser availability Pin
gora1234528-Jul-09 4:43
gora1234528-Jul-09 4:43 
AnswerRe: user availability Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:49
professionalVimalsoft(Pty) Ltd28-Jul-09 4:49 

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.