web-controls
Web browser control display plain text mail
I have a c# app which is supposed to display 开发者_开发百科email. the email may be HTML or plain text but i am using web browser control in both cases. the problem is web browser control is ignoring[详细]
2023-02-20 03:44 分类:问答I'm trying to use WebControl to navigate a website and download a PDF file that is in an Embed tag
This is the web page that arrives (captured with Google Dev Tool): <html> <body marginwidth=\"0\" marginheight=\"0\" bgcolor=\"rgb(38,38,38)\">[详细]
2023-02-15 11:52 分类:问答ASP.NET Web Control for Progressing Bar
I would like to know how can I create a s开发者_StackOverflow中文版imple progressing bar, that could show to a user a friendly look for a variable with values from 0 to 100%.[详细]
2023-02-09 18:48 分类:问答ASP.net control Postback Problem (Can't read the value the user entered!)
I\'ve written a custom widget to allow a user to select a location from a database of locations.This is my first ASP.net custom control.It seemed like everything was working fine, but now there\'s a p[详细]
2023-02-09 06:20 分类:问答access client side controls on the server
I am applying a field validator on a listbox which works when no item is selected in the textbox and some(most often the submit button) control is made to postback to the server.[详细]
2023-02-06 15:12 分类:问答Datalist change row color using itemdatabound event problem
I am trying to change the row color of a DataList Control... <asp:DataList ID=\"dlTrades\" Width=\"100%\"[详细]
2023-02-06 07:53 分类:问答Converting client side html radio buttons to asp.net web controls with dynamic ids. (ASP.net)(VB)
I have the following client side code in .aspx page within a datalist itemtemplate that takes questions from the database like this:[详细]
2023-02-04 00:58 分类:问答Calendar control to show databound date
I have a databound calendar control that load开发者_运维知识库s the date from the database. The problem I have is that it defaults to todays date when the form is loaded, although when you scroll to t[详细]
2023-02-02 13:02 分类:问答c# select url from database to web control
I am trying to put the url from database to webcontrol. I create 4 tab control each tab con开发者_如何学Ctrol consist of webcontrol; I want to use the url that I get from database:[详细]
2023-02-01 13:42 分类:问答How do I wire up a custom C# ASP.Net WebControl to post back a custom __EVENTARGUMENT?
I\'m creating a custom ASP.Net GridView and I want to be able to alter the __EVENTARGUMENT value but I can\'t figure out how to capture the returned value on the server side.[详细]
2023-01-31 04:13 分类:问答