I've got an application that I need to test for 508 Compliancy. The problem is that my application is accessed only by logging in with a username and password. So when I run an accessibility check, the page that's getting checked is the page that lets the user know they're not logged in -...
I know I'm probably missing something incredibly simple, but how can I convert a month name into its integer equivalent (ie: September would be 9)
I'm creating a new date. I've got the year and the day in the correct format. The format for the month needs to be the integer value - and I've...
Hi,
I have an application that I'd like to set up so that certain roles can only see certain pages.
What I want to do is have a list of roles and for each role, have the administrator decide which pages that role can see (I'll either have a checkbox or a radiobutton next to each page displayed...
Hi again,
Well, I just figured it'd be a VB.NET question since I'm creating the table in my code-behind ...
Essentially the situation is this: I've got a bunch of data, grouped by a specific number. For instance, I'll have 1 record under 00001, 2 records under 00002, 1 record under 00003...
Hi,
I'm dynamically creating a table in my code-behind but the table never appears when I run the program. Here's what I have so far:
Dim tbl As New Table
tbl.Width = 700
tbl.CellPadding = 0
tbl.CellSpacing = 0
tbl.Visible = True
Dim trHeaderRow01 As New TableRow
Dim tCell01 As New...
Actually - I have one more question ...
My PrintRCAHeader() function returns a string variable that contains the HTML for the header. Where I'm calling PrintRCAHeader() is just a Sub, so I can't return anything from it. If I change it to a function, such as Protected Function...
Great minds think alike - I thought the same thing, tried it and it worked!
My header's still not printing out, but I think it may be bugs in my logic. So while I'm not completely sure that what I tried will work, it's definitely a great start.
Thank you *very* much for your time. I truly...
Kay - I figured out a way to get the error to go away: In my HTML of my .ASPX page I have this:
<asp:Repeater ID="rptRCA" runat="server" OnDataBinding="rptRCA_OnItemDataBound">
And in my function on my codebehind page, I have this:
Private Sub rptRCA_DataBinding(ByVal sender As Object, ByVal e...
Hi Therese,
A few quick things ... You said
Was "leve" a typo? That's one of the things I was wondering about - how to have the DataSet (or DataView in my case) accessible in the OnDataBinding Event. Right now, just to get started, I've created a global DataView that I reference in the ODB...
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.