Click here to Skip to main content
15,891,657 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: set gridview cell text null Pin
uspatel11-Dec-11 23:19
professionaluspatel11-Dec-11 23:19 
AnswerRe: set gridview cell text null Pin
Jitendra Parida - Jeetu11-Dec-11 23:45
Jitendra Parida - Jeetu11-Dec-11 23:45 
GeneralRe: set gridview cell text null Pin
uspatel12-Dec-11 0:52
professionaluspatel12-Dec-11 0:52 
QuestionCache Problem Pin
Shyamjith Cherukara11-Dec-11 18:07
Shyamjith Cherukara11-Dec-11 18:07 
QuestionUsing wiki templates Pin
_AnsHUMAN_ 11-Dec-11 17:17
_AnsHUMAN_ 11-Dec-11 17:17 
QuestionMVC Areas - Home Controller naming conflict Pin
DaveAuld11-Dec-11 14:03
professionalDaveAuld11-Dec-11 14:03 
GeneralRe: MVC Areas - Home Controller naming conflict Pin
Richard MacCutchan11-Dec-11 22:26
mveRichard MacCutchan11-Dec-11 22:26 
QuestionSchema importer extension and target type ReadXml method ???? Pin
devboycpp11-Dec-11 7:48
devboycpp11-Dec-11 7:48 
A new Schema importer extension was created to return a Forum object instead of Book object when invoking Select method of a web service.When running a asp.net web page that invokes the Select method of the web service(which returns Book object) the WriteXml method of Book class(original type returned by web service method) is invoked and the object Serializes itself there and then ReadXml method of Forum class(new type registered by schema importer) is invoked but the XmlReader parameter does not contain actual data :
void IXmlSerializable.ReadXml(XmlReader reader)
 {
   this.title = reader.GetAttribute("title") + " by " + reader.GetAttribute("author");
   this.bookID = reader.GetAttribute("bookID");
 }

reader.GetAttribute("title") and reader.GetAttribute("author") return null and finally the Forum object returned from Select method of the web service contains empty fields ?

Am I missing something in implementing this Schema importer extension?
QuestionBulk file uplaod from a folder Pin
yesu prakash10-Dec-11 0:45
yesu prakash10-Dec-11 0:45 
AnswerRe: Bulk file uplaod from a folder Pin
raju melveetilpurayil10-Dec-11 15:57
professionalraju melveetilpurayil10-Dec-11 15:57 
QuestionHOW TO AVOID MASTER PAGE REFRESH -WHEN MENU ITEM IS CLICKED-NEED HELP Pin
Member 32222648-Dec-11 17:57
Member 32222648-Dec-11 17:57 
AnswerRe: HOW TO AVOID MASTER PAGE REFRESH -WHEN MENU ITEM IS CLICKED-NEED HELP Pin
uspatel10-Dec-11 1:52
professionaluspatel10-Dec-11 1:52 
GeneralRe: HOW TO AVOID MASTER PAGE REFRESH -WHEN MENU ITEM IS CLICKED-NEED HELP Pin
Member 322226411-Dec-11 5:39
Member 322226411-Dec-11 5:39 
AnswerRe: HOW TO AVOID MASTER PAGE REFRESH -WHEN MENU ITEM IS CLICKED-NEED HELP Pin
Jitendra Parida - Jeetu12-Dec-11 18:45
Jitendra Parida - Jeetu12-Dec-11 18:45 
GeneralRe: HOW TO AVOID MASTER PAGE REFRESH -WHEN MENU ITEM IS CLICKED-NEED HELP Pin
Member 322226418-Dec-11 18:53
Member 322226418-Dec-11 18:53 
GeneralRe: HOW TO AVOID MASTER PAGE REFRESH -WHEN MENU ITEM IS CLICKED-NEED HELP Pin
Jitendra Parida - Jeetu18-Dec-11 22:14
Jitendra Parida - Jeetu18-Dec-11 22:14 
QuestionAttach an editor in as aspx page Pin
MalarGayu8-Dec-11 14:32
MalarGayu8-Dec-11 14:32 
AnswerRe: Attach an editor in as aspx page Pin
MalarGayu8-Dec-11 17:28
MalarGayu8-Dec-11 17:28 
GeneralRe: Attach an editor in as aspx page Pin
raju melveetilpurayil10-Dec-11 15:54
professionalraju melveetilpurayil10-Dec-11 15:54 
GeneralRe: Attach an editor in as aspx page Pin
MalarGayu11-Dec-11 9:02
MalarGayu11-Dec-11 9:02 
GeneralRe: Attach an editor in as aspx page [Link Updated] Pin
raju melveetilpurayil11-Dec-11 12:48
professionalraju melveetilpurayil11-Dec-11 12:48 
GeneralRe: Attach an editor in as aspx page Pin
MalarGayu11-Dec-11 12:51
MalarGayu11-Dec-11 12:51 
GeneralRe: Attach an editor in as aspx page Pin
MalarGayu11-Dec-11 14:02
MalarGayu11-Dec-11 14:02 
QuestionAmbiguous propertiy Pin
treuveni8-Dec-11 2:54
treuveni8-Dec-11 2:54 
AnswerRe: Ambiguous propertiy Pin
R. Giskard Reventlov8-Dec-11 3:31
R. Giskard Reventlov8-Dec-11 3:31 

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.