Click here to Skip to main content
15,909,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: QRCode dll or ocx Pin
Blue_Boy28-Jul-09 19:33
Blue_Boy28-Jul-09 19:33 
GeneralRe: QRCode dll or ocx Pin
C#Coudou28-Jul-09 19:45
C#Coudou28-Jul-09 19:45 
GeneralRe: QRCode dll or ocx Pin
Blue_Boy28-Jul-09 19:47
Blue_Boy28-Jul-09 19:47 
GeneralRe: QRCode dll or ocx Pin
C#Coudou28-Jul-09 19:50
C#Coudou28-Jul-09 19:50 
AnswerRe: QRCode dll or ocx Pin
Abhijit Jana28-Jul-09 19:34
professionalAbhijit Jana28-Jul-09 19:34 
GeneralRe: QRCode dll or ocx Pin
C#Coudou28-Jul-09 19:46
C#Coudou28-Jul-09 19:46 
AnswerRe: QRCode dll or ocx Pin
Christian Graus28-Jul-09 19:34
protectorChristian Graus28-Jul-09 19:34 
GeneralRe: QRCode dll or ocx Pin
C#Coudou28-Jul-09 19:49
C#Coudou28-Jul-09 19:49 
GeneralRe: QRCode dll or ocx Pin
Christian Graus28-Jul-09 20:08
protectorChristian Graus28-Jul-09 20:08 
Questionffmpeg conversion of video file without showing .exe file (ina hidden format) Pin
vidya-200928-Jul-09 19:13
vidya-200928-Jul-09 19:13 
AnswerRe: ffmpeg conversion of video file without showing .exe file (ina hidden format) Pin
Abhijit Jana28-Jul-09 19:19
professionalAbhijit Jana28-Jul-09 19:19 
AnswerRe: ffmpeg conversion of video file without showing .exe file (ina hidden format) Pin
Christian Graus28-Jul-09 19:25
protectorChristian Graus28-Jul-09 19:25 
QuestionBlinking rows in GridView using condition checking Pin
debsoft7528-Jul-09 19:09
debsoft7528-Jul-09 19:09 
AnswerRe: Blinking rows in GridView using condition checking Pin
Blue_Boy28-Jul-09 19:18
Blue_Boy28-Jul-09 19:18 
GeneralRe: Blinking rows in GridView using condition checking Pin
debsoft7528-Jul-09 23:12
debsoft7528-Jul-09 23:12 
Questionsilverlight install Pin
Rajee Maharjan28-Jul-09 19:03
Rajee Maharjan28-Jul-09 19:03 
AnswerRe: silverlight install Pin
Abhijit Jana28-Jul-09 19:16
professionalAbhijit Jana28-Jul-09 19:16 
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.


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.