Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for musman007

I have a requirement to convert following xml into another xml with correct values.. This is sample requirement <MAINTABLE> <TABLE1> <ROW1> <COL1>VAL111 </COL1> <COL2>VAL112 </COL2> <COL3>VAL113 </COL3> </ROW1> <ROW2> <COL1>VAL121 </COL1> <COL2>VAL122 </COL2> <COL3>VAL123 </COL3> </ROW2> </TABLE1> <TABLE2> <ROW1> <COL1>VAL211 </COL1> <COL2>VAL212 </COL2> <COL3>VAL213 </COL3> </ROW1> <ROW2> <COL1>VAL221 </COL1> <COL2>VAL222 …

0
70
Member Avatar for musman007

I am software developer working in ASP.net for more than 3 years. I think it is the time for me to get a certification. I was wondering if it is worth it to spend money on 3.5 instead doing something in 4.0. Currently I am studying book for 70-536 with …

Member Avatar for dnanetwork
0
183
Member Avatar for musman007

HI I am trying to get rid of this warning over and over. My pages are located in directory WEBSERVER\APPLICATIONS\WC Master pages in WEBSERVER\APPLICATIONS CSS and Javsasripts are in WEBSERVER and in css I have background:url(Images/GlowTab.png) no-repeat right top; Dont know even though the image gets accessed by Https. why …

Member Avatar for hielo
0
74
Member Avatar for musman007

Hey Guys, I am trying to call codebehind onclick event from my markup from Firefox works find in IE. I hv created an image button and onClientClick I m calling a javascript function after checking some fields it should call onClick event in code behind but unfortunately its not, Please …

Member Avatar for agrothe
0
135
Member Avatar for musman007

Hey, I am facing issue soring my grid view on date column in ascending order. Please help. Thankx Private Sub SortGridView(ByVal dt As DataTable, ByVal col As String) dt.DefaultView.Sort = col & " DESC" GridView1.DataSource = dt End Sub Where col is "date" and dt is the data table to …

0
72
Member Avatar for musman007

Hey all, I want to access for each coverage, for each vehicle a combined node of ABC and EFG, I wanna show. I know that I ll have to concat the values of CoverageLimit but How can I acccess two nodes at a time. Thankx in advance. Output: Vehicle 1: …

Member Avatar for xml_looser
0
86
Member Avatar for musman007

Hey all, I have requirement, on the basis of indicator = 'TL' I have to pick CoverageName and Limit and add the amounts of similiar coverages. Is there any way I could do that. Here's xml: <Policy> <Vehicle id="v1"> <Coverage> <CoverageName>ABC</CoverageName> <CoverageLimit>Upto 50,000</CoverageLimit> <CoverageAmount>100</CoverageAmount> <Indicator>TL</Indicator> </Coverage> <Coverage> <CoverageName>EFG</CoverageName> <CoverageLimit>Upto 50,000</CoverageLimit> …

Member Avatar for fpmurphy
0
490