I have a project that I am working on where I post to a page and get an XML response.
I am programming in ASP.NET 2005 VB, .NET 2.0
I would like to take the values from the response and use ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22786001.html
Hi. I'll open up with I'm practically a .NET newbie, so here we go:
I've got a GridView which contains 2 hyperlinks which pass an ID through a querystring back to the same page it is currently ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23081092.html
For some reason or another I am getting this error :
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23214405.html
i have an upload picture program that then response.redirects the user back to the parent page. when the parent page is displayed, the picture that was just uploaded doesn't show up until the user...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23314025.html
I have code to upload and save a picture as a thumbnail. The thumbnail code works great. The problem is I'm trying to then crop the thumbnail to a square pixel of 55 by 55. I'm using co...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23388338.htm...
Is it possible (inside the page - not the code behind) a call to a function that I have stored in a VB class file inside my app_code folder. The example is as follows;
<asp:Repeater>
~~~ BLURB ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23450047.html
when I use hebrew characters in the aspx page it looks OK.
But in the aspx.vb file (code behind) it looks ????????
I am using <globalization uiCulture="auto" culture="auto"/> in the web.config....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23478739.html
I have a master page that dynamically sets an image for a hyperlink as well as an unordered list for a section based on a value passed from the content page. The problem with this solution is that...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23532389.html
I am using HTML in a GridView column and it is not being rendered as HTML just as text.
what can I do so the HTML is rendered as HTML and not text without using JavaScript?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23547326.html
I have a Visual Studio 2005 (Framework 2.0) ClickOnce deployment directory to which I've added a default splash page. On this page I'm trying to use a Session variable called "szMode". Here's the p...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23599392.html