Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.Net Club Starter Kit Is Fun! But I Have A Question... Pin
Roger Wright14-May-09 19:24
professionalRoger Wright14-May-09 19:24 
GeneralRe: ASP.Net Club Starter Kit Is Fun! But I Have A Question... Pin
Ramesh Swaminathan14-May-09 19:47
Ramesh Swaminathan14-May-09 19:47 
GeneralRe: ASP.Net Club Starter Kit Is Fun! But I Have A Question... Pin
Roger Wright14-May-09 20:11
professionalRoger Wright14-May-09 20:11 
GeneralRe: ASP.Net Club Starter Kit Is Fun! But I Have A Question... Pin
Ramesh Swaminathan14-May-09 20:24
Ramesh Swaminathan14-May-09 20:24 
GeneralRe: ASP.Net Club Starter Kit Is Fun! But I Have A Question... Pin
Roger Wright14-May-09 20:39
professionalRoger Wright14-May-09 20:39 
Question[Message Deleted] Pin
harissssss14-May-09 14:42
harissssss14-May-09 14:42 
AnswerRe: How to bind data to the template field in the grid in ASP.NET and Csharp??? Pin
YazhiniP15-May-09 1:38
YazhiniP15-May-09 1:38 
QuestionI am in need of generate the XML file using XML schema with VB.net. Pin
Member 465900114-May-09 8:32
Member 465900114-May-09 8:32 
I am in need of generate the XML file using XML schema with VB.net.
(how to fill the valves from database to this schema and finally how to generate Xml file form sample.xsd file
I mean My sample.xsd file looks like this

<?xml version="1.0" encoding="utf-8" ?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="ProcessResults">
<xs:complexType>
<xs:sequence>
<xs:element name="KASAAcctID">
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
<!--starts Results Tags-->
<xs:element name="Results">
<xs:complexType>
<xs:sequence >
<!--starts Candidate Tag Tags-->
<xs:element name="Candidate">
<xs:complexType>
<xs:sequence>
<xs:element name="FirstName" type="xs:string" />
<xs:element name="LastName" type="xs:int" />
<xs:element name="Uid" type="xs:int" />
<!--starts Demorgraphics Tag Tags-->
<xs:element name="Demorgraphics">
<xs:complexType>
<xs:sequence>
<xs:element name="Race" type="xs:string" />
<xs:element name="Gender" type="xs:int" />
<xs:element name="BirthMonth" type="xs:int" />
<xs:element name="BirthDay" type="xs:int" />
<xs:element name="BirthYear" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
<!--Ends Demorgraphics Tag Tags-->
<xs:element name="DollarGeneralLocation" type="xs:int" />
<!--starts Responses Tag Tags-->
<xs:element name="Responses">
<xs:complexType>
<xs:sequence>
<xs:element name="Response" type="xs:int" />

</xs:sequence>
</xs:complexType>
</xs:element>
<!--Ends Responses Tag Tags-->
</xs:sequence>
</xs:complexType>
</xs:element>
<!--Ends Candiadte Tag Tags-->
</xs:sequence>
</xs:complexType>
</xs:element>
<!--Ends Result Tag Tags-->
</xs:sequence>
</xs:complexType>
</xs:element>
<!--Ends ProcessResults Tag Tags-->
</xs:schema>

Raghvendra

AnswerRe: I am in need of generate the XML file using XML schema with VB.net. Pin
Christian Graus14-May-09 11:16
protectorChristian Graus14-May-09 11:16 
QuestionSave expression column in database Pin
AlexeiXX314-May-09 8:27
AlexeiXX314-May-09 8:27 
GeneralNew to ASP.NET Pin
Bithin A14-May-09 6:02
Bithin A14-May-09 6:02 
GeneralRe: New to ASP.NET Pin
Ian McCaul14-May-09 6:12
Ian McCaul14-May-09 6:12 
GeneralRe: New to ASP.NET Pin
jbracken197314-May-09 7:03
jbracken197314-May-09 7:03 
QuestionProblem in Export to Excel from Grid View Pin
mohanbalal14-May-09 5:06
mohanbalal14-May-09 5:06 
AnswerRe: Problem in Export to Excel from Grid View Pin
ToddHileHoffer14-May-09 7:08
ToddHileHoffer14-May-09 7:08 
GeneralRe: Problem in Export to Excel from Grid View Pin
mohanbalal14-May-09 9:04
mohanbalal14-May-09 9:04 
Questionproblem while binding the data with gridview Pin
hahii14-May-09 4:39
hahii14-May-09 4:39 
AnswerRe: problem while binding the data with gridview Pin
Herman<T>.Instance14-May-09 4:46
Herman<T>.Instance14-May-09 4:46 
GeneralRe: problem while binding the data with gridview Pin
hahii14-May-09 5:05
hahii14-May-09 5:05 
GeneralRe: problem while binding the data with gridview Pin
Herman<T>.Instance14-May-09 5:42
Herman<T>.Instance14-May-09 5:42 
QuestionControls are not wraping on resizing IE. Pin
SRKSHOME14-May-09 4:01
SRKSHOME14-May-09 4:01 
GeneralRe: Controls are not wraping on resizing IE. Pin
jbracken197314-May-09 4:53
jbracken197314-May-09 4:53 
GeneralRe: Controls are not wraping on resizing IE. Pin
SRKSHOME14-May-09 18:34
SRKSHOME14-May-09 18:34 
GeneralRe: Controls are not wraping on resizing IE. Pin
jbracken197315-May-09 1:14
jbracken197315-May-09 1:14 
QuestionError using session variable in vbscript with code behind file Pin
dptalt14-May-09 3:45
dptalt14-May-09 3:45 

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.