Do you mean you need to use the Wizard Control in ASP.NET To collect data on multiple Pages and THEN send it to server for processing? I did not really understand what you mean by the description you gave there but you can use a Wizard control and have it set to as many form(bad word to use in...
State.AB is already a string too. What I have though is this
this.State.Items.Add(new ListItem(state.Ab,state.ID.ToString("d")));
I added the "d" for formating the information... is that right? I mean since the ID is an integer
ASPNETNEWBIE
Below is my code for a USPS Address Validator and Label Generator but the problem is it does not seem to be working at all and I can not seem to figure out what the problem is. For some reason... I can basically build and debug with no problem but when information is entered, nothing else...
I have the code below for a handler. basically what I am trying to do is have the handler extract byte array information saved in Session variable. Process it and then output an image on my page when I set the imageURL of my ImageControl to the address of the handler. Is this not supposed to...
I finally figured the problem out. For some reason I was not using the right DLL or something. But it worked out great, thanks for your help @Benson
Thanks a Whole lot
ASpNEt
thanks.
I finally figured out the logic for the code but I seem to be having one problem. I would like to shut off the particular control which is itself contained in an Itemtemplate
<asp:TemplateField HeaderText="Rollover">
<ItemTemplate>
<asp:ImageButton ID="DeleteThis"...
hey,
I used the information you provided me and I know you are right about how I need to work this but I don't seem to be getting it right.
what I have is this
protected void FormatDelButton(Object sender, RepeaterItemEventArgs e)
{
if( (e.Item.ItemType == ListItemType.Item)
{...
I was wondering how I would handle a situation where I have an imagebutton in my Datagrid code for my Delete button not to display if the status of information being displayed is true. How do I handle this If I already have my Delete button stored in the Datagrid template?
AspNEtNewbie
I have to add this.. The code is complete and you can run it. information is returned from the call and contained in $xml, I would however like to know how I can access the details of the information in $xml and print it all out in the Loop their in the specified format.
PHP Newbie
I am trying to contact the USPS web service to not only validate address but also print Labels directly from my site or my page but so far having problem getting the right information from the server. The code I have below when tested works for the text call but when I try to duplicate the same...
Hi,
The code below is supposed to consume and display vacation rental information from http://api.vast.com/apidoc.php?a=ex but for some reason, I don't think I have it formated right to display. I want to have the pictures and values returned displayed in a formatted method and so far have not...
This program is supposed to collect at the needed data from my ASPX Form and transmit the information to the USPS API which in turned returns the information for printing out a Label but it seems not to work and I would appreciate it if someone can help please...
ASPNETnewbie
using System...
Has anyone used the SFTP class for FTP programming? I would like to know what these public members of the class ACTUALLY do in layman's terms. I have seen different versions and I am sort of confused as to what it is exactly they do.
GetDirListing
GetFileSize
GetNameListing
thank you...
I have some source files in different folders and headers files as well that I would like to use to compile a DLL file but I keep running into problems ( errors) that I need help with.
fatal error C1083: Cannot open include file: 'winhttp.h': No such file or directory...
I tried Using string literals but for some reason, this does not work for me and I was wondering if someone could me understand my mistake.
obj="<object id="FC_2_3_Column3D" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.