Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTransferring Between Databases Using Web Service? Pin
cbjroms27-Feb-08 2:18
cbjroms27-Feb-08 2:18 
GeneralRe: Transferring Between Databases Using Web Service? Pin
Christian Graus27-Feb-08 10:26
protectorChristian Graus27-Feb-08 10:26 
GeneralRe: Transferring Between Databases Using Web Service? Pin
Not Active27-Feb-08 11:30
mentorNot Active27-Feb-08 11:30 
GeneralRe: Transferring Between Databases Using Web Service? Pin
Expert Coming27-Feb-08 15:05
Expert Coming27-Feb-08 15:05 
QuestionHow can I clear the history of a browser page by using scripts or programming Pin
G Nathan27-Feb-08 1:50
G Nathan27-Feb-08 1:50 
GeneralRe: How can I clear the history of a browser page by using scripts or programming Pin
Sam Xavier2-Mar-08 23:03
Sam Xavier2-Mar-08 23:03 
QuestionHow to read image data from xml file Pin
Krishnraj27-Feb-08 1:36
Krishnraj27-Feb-08 1:36 
GeneralRe: How to read image data from xml file Pin
Christian Graus27-Feb-08 9:05
protectorChristian Graus27-Feb-08 9:05 
The data should be in a CDATA tag, and then you get it out using normal XML methods, and build the image by passing the data via a stream to it's constructor. Of course, you won't be able to display an image that's not on your file system, unless you have a custom page extension and custom handler defined which reads this data and passes it down to the client, in this case, you'd just pass the data out of the CDATA tag. Now, a CDATA section that contains binary data, would need to be uuencoded, or similar, to make all the data appear as text. So, it would have to be converted back to a byte stream of pure data at the other end.

Where is the XML coming from ?

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionHi friends. what should i use instead of ""window.location.replace(URL)""? [modified] Pin
G Nathan27-Feb-08 1:29
G Nathan27-Feb-08 1:29 
GeneralRe: Hi friends. what should i use instead of ""window.location.replace(URL)""? Pin
J a a n s27-Feb-08 1:41
professionalJ a a n s27-Feb-08 1:41 
GeneralAJAX Pin
.NET- India 27-Feb-08 1:27
.NET- India 27-Feb-08 1:27 
GeneralRe: AJAX Pin
J a a n s27-Feb-08 1:42
professionalJ a a n s27-Feb-08 1:42 
GeneralRe: AJAX Pin
Christian Graus27-Feb-08 9:08
protectorChristian Graus27-Feb-08 9:08 
GeneralError on Report on Web Form in asp.net Pin
Dextar12327-Feb-08 0:31
Dextar12327-Feb-08 0:31 
GeneralWork with DataList items, when updating via a control with no command name/argument values Pin
munklefish26-Feb-08 23:51
munklefish26-Feb-08 23:51 
GeneralOpacity to .aspx page, which contains usercontrol Pin
pashitech26-Feb-08 23:45
pashitech26-Feb-08 23:45 
GeneralRe: Opacity to .aspx page, which contains usercontrol Pin
N a v a n e e t h26-Feb-08 23:53
N a v a n e e t h26-Feb-08 23:53 
GeneralRe: Opacity to .aspx page, which contains usercontrol Pin
pashitech27-Feb-08 0:34
pashitech27-Feb-08 0:34 
GeneralRe: Opacity to .aspx page, which contains usercontrol Pin
Guffa27-Feb-08 0:46
Guffa27-Feb-08 0:46 
Questionlogout problem Pin
Ratnadeep_Raul26-Feb-08 23:38
Ratnadeep_Raul26-Feb-08 23:38 
GeneralRe: logout problem Pin
N a v a n e e t h26-Feb-08 23:50
N a v a n e e t h26-Feb-08 23:50 
Questionscroll bar of iframe should scroll downward on button click Pin
Ratnadeep_Raul26-Feb-08 23:32
Ratnadeep_Raul26-Feb-08 23:32 
Generalinsert datettime problem Pin
eyeseetee26-Feb-08 23:05
eyeseetee26-Feb-08 23:05 
GeneralRe: insert datettime problem Pin
eyeseetee26-Feb-08 23:42
eyeseetee26-Feb-08 23:42 
GeneralRe: insert datettime problem Pin
ssurya4u27-Feb-08 2:52
ssurya4u27-Feb-08 2:52 

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.