I have successfully used the Me.Page.FindControl("") to various controls mostly UserControls; however, I have made a Template page environment using information from various locations. Any way, no matter what I do it creates a _ctl# (# = 0-9, usually _ctl0) which is not a big deal it have more...
First, let me state this sounds like a pretty remedial question but I have been stumped off and on for last two months and now it is time to ask.
I am dealing with text files the way that I am currently doing it is like this.
Dim strBody As New StringBuilder
strBody.Append("Thank you for your...
Does anyone have any ideas on how to do the Design-Time Sub Properties for a control.
For example, drag the Drop Down List Control to a web page, go to the properties and you see the little plus sign beside "Font" clicked it and you will see a bunch of Sub Properties of...
Hi Folks!
Need some help.
Building a Customer WEB Server Control using VB.NET and I am trying to set the Editor Attribute to the following property:
<Bindable(True), Category("Appearance"), DefaultValue(""), Editor(CType(System.Web.UI.Design.ImageUrlEditor...
Here is my problem. This Web User Control has two major pieces that work together.
1) A set of regional maps that show one at a time which allow the user to drill down, and at its lowest level it will needs to run a javascript function to select/deselect items out of the a .NET DropDownList...
I have one page (search.aspx). I make serveral pagelets or user controls (wc_search.ascx, wc_results.ascx, wc_details.ascx) which does not contain buttons just a Data Repeater or form fields.
I dragged them all the user controls on the search.aspx page set them all to visible = false wrote the...
I have the following function in asp.net:
Public Function getAddresses(ByVal addresser As String) As DataSet
Dim sql As New SqlConnection(ConfigurationSettings.AppSettings("sql"))
Dim com As New SqlCommand( _
" SELECT a.addresser...
Need your help
I am trying to something like this, but I get an "Expression expect." squiggly
I the user to pass in an Arry list of items. Any help would be greatly appreciated.
Public Function RandomString(Optional ByVal arrList() As String =...
I am trying to creating a server side datagrid because pending on the permissions of the user things need to be changed or formated differently. Currently the code looks like this:
01 Public Sub createDGD()
02 Dim app As New Application()
03 Dim dg As New DataGrid()
04 Dim dgdCol As...
Any of you peoples seen a good example of using FileStream (input) with a CSV file. And either using that as a datasource (cached) or just reading and separating the rows and columns.
Even better would be to take a file from the [inpFile].PostedFile.InputStream and work with and not even have...
I find code that show how to load a User Control programmatically; even ones that show how to set the property(ies) AS YOU CREATE the control. However, what I need is know how to retreive the property value inside of a user control.
For example, if I have a user control and button (not in the...
When I set a breakpoint point on ONE specific page in a my application ALL my breakpoints on that page, when ran in debug mode, comes up with a question mark inside the circle. When I click on the properties of that breakpoint is has the following error:
"The breakpoint will not currently...
...I am at the end of short rope.
What I need to do is have a DataGrid Control. One of those columns in that DataGrid Control need to contain RadioButton Controls for each row.
This is the problem I am running into, I ONLY want ONE RadioButton item can be selected. For some reason, when the...
I have a Radio button in tha datagrid, if the Radio button is NOT runat="server" the button will not allow me to selection any of them. If I include runat="server" the system changes all the ids and values which allows for someone to select them all when I. Has any dealt...
In-depth: Search Pages using Data-bound Controls, Index Server, and ASP.NET
http://www.dotnet247.com/247reference/articles/1/7983.aspx
I have been looking for a while on a solution for this in .NET I do a lot of programming against the Indexing Server and this a way you can do it in ASP.NET...
This is what works in the Query Analyer and it gives me back the number of times a Editee is listed in the groupUserRoles (association) table, ideally this column would be true or false but I would settle for a number 0 - whatever as long as it is 0 is not in table anything else means is in...
Have you seen the Parameter Infor that lets you cycle thought the Overloads. Have you notice on some of them there are addtional Parameter information for example if you do this one:
FormsAuthentication.HashPasswordForStoringInConfigFile()
It will pop up as...
Have you seen the Parameter Infor that lets you cycle thought the Overloads. Have you notice on some of them there are addtional Parameter information for example if you do this one:
FormsAuthentication.HashPasswordForStoringInConfigFile()
It will pop up as...
I ran across this, some of you may be interested in this. Softartisans are offering some free toys.
http://www.softartisans.com/
Enjoys!
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe...
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.