Click here to Skip to main content
15,919,245 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow can i set image control left position Pin
jagadeeshkumar8411-Oct-07 3:03
jagadeeshkumar8411-Oct-07 3:03 
AnswerRe: how can i set image control left position Pin
Eduard Keilholz11-Oct-07 3:14
Eduard Keilholz11-Oct-07 3:14 
QuestionHow to emit encoding="utf-8" from XML Pin
But_Im_a_Lady11-Oct-07 1:12
But_Im_a_Lady11-Oct-07 1:12 
AnswerRe: How to emit encoding="utf-8" from XML Pin
Sandeep Akhare11-Oct-07 1:59
Sandeep Akhare11-Oct-07 1:59 
AnswerRe: How to emit encoding="utf-8" from XML Pin
N a v a n e e t h11-Oct-07 2:00
N a v a n e e t h11-Oct-07 2:00 
GeneralRe: How to emit encoding="utf-8" from XML Pin
But_Im_a_Lady11-Oct-07 2:04
But_Im_a_Lady11-Oct-07 2:04 
GeneralRe: How to emit encoding="utf-8" from XML Pin
N a v a n e e t h11-Oct-07 2:08
N a v a n e e t h11-Oct-07 2:08 
GeneralRe: How to emit encoding="utf-8" from XML Pin
But_Im_a_Lady11-Oct-07 2:16
But_Im_a_Lady11-Oct-07 2:16 
Yes, I am reading the xml values and placing them into a temp table.
The SP has to be called this way, otherwise due to the amount of data that can be changed in the UI, it could mean upto 2000 updates - so rather than 2000 calls to the DB I am doing this only once.


If I manually remove the encoding="utf-8" when I execute the SP through SQL it works ok!

So all I need to do is somehow is to remove this from the XML before I pass it into the SP.

The problem I have is that the first part of the XML is :-

<?xml version="1.0" encoding="utf-8"?><

How do I remove the encoding="utf-8" by using Replace ?



Lady Programmers are a rare breed!
GeneralRe: How to emit encoding=&quot;utf-8&quot; from XML Pin
N a v a n e e t h11-Oct-07 2:22
N a v a n e e t h11-Oct-07 2:22 
GeneralRe: How to emit encoding=&quot;utf-8&quot; from XML Pin
But_Im_a_Lady11-Oct-07 2:26
But_Im_a_Lady11-Oct-07 2:26 
GeneralRe: How to emit encoding=&quot;utf-8&quot; from XML Pin
N a v a n e e t h11-Oct-07 2:57
N a v a n e e t h11-Oct-07 2:57 
Questionwhats the url of requester?/????? Pin
mr.mohsen11-Oct-07 1:09
mr.mohsen11-Oct-07 1:09 
AnswerRe: whats the url of requester?/????? Pin
Spunky Coder11-Oct-07 1:13
Spunky Coder11-Oct-07 1:13 
GeneralRe: whats the url of requester?/????? Pin
mr.mohsen11-Oct-07 1:20
mr.mohsen11-Oct-07 1:20 
GeneralRe: whats the url of requester?/????? Pin
Sandeep Akhare11-Oct-07 1:25
Sandeep Akhare11-Oct-07 1:25 
GeneralRe: whats the url of requester?/????? Pin
mr.mohsen11-Oct-07 1:33
mr.mohsen11-Oct-07 1:33 
GeneralRe: whats the url of requester?/????? Pin
Sandeep Akhare11-Oct-07 1:34
Sandeep Akhare11-Oct-07 1:34 
GeneralRe: whats the url of requester?/????? Pin
N a v a n e e t h11-Oct-07 2:03
N a v a n e e t h11-Oct-07 2:03 
QuestionHow to print specified contents in .NET 2.0? Pin
salon11-Oct-07 0:53
salon11-Oct-07 0:53 
AnswerRe: How to print specified contents in .NET 2.0? Pin
Amit Agarrwal11-Oct-07 1:04
Amit Agarrwal11-Oct-07 1:04 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 1:06
salon11-Oct-07 1:06 
AnswerRe: How to print specified contents in .NET 2.0? Pin
Sandeep Akhare11-Oct-07 1:09
Sandeep Akhare11-Oct-07 1:09 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 1:49
salon11-Oct-07 1:49 
GeneralRe: How to print specified contents in .NET 2.0? Pin
Sandeep Akhare11-Oct-07 1:53
Sandeep Akhare11-Oct-07 1:53 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 2:00
salon11-Oct-07 2:00 

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.