this is my label control
<asp:label Runat=server text='<%# string.format("{0:(###) ###-####}", Container.DataItem("phonenumber"))%>' ID="lblPhoneNumber"></asp:label>
the data for phonenumber is 7044561237
but it keeps getting rendered to the page as 7044561237
why is the string.format not...
i'm setting a row class to row which is supposed to set a border but i can't get it to save my life...what am i doing wrong?
My Table
<TABLE class="mnuTable" align=center cellpadding=0 cellspacing=0 id="Table1">
<TR>
<TD><a id="JOMenu1_mnuContactInfo" class="mnuButton1"...
in Form_1 i have a sub
Public Sub OpenForm(ByVal pSQL As String, ByVal pFilter As String)
Me.RecordSource = pSQL
Me.Filter = pFilter
Me.FilterOn = True
End Sub
in Form_2 on a onclick event i have
Form_1.OpenForm(filtername,whereclause)
which generates a compile error expected :=
why?
http://raleighchristian.com/cms/index.php?option=com_content&task=view&id=14&Itemid=58
here is my example page..
if you look at it in FF everything is lined up fine..
but in IE you'll notice that there is a gap in between the top header picture NEWS and the picture to the right of it
below is...
i'm doing the following
DoCmd.OpenForm stDocName, acNormal, filterName, whereclause
where
stDocName is the name of the form
filterName is the name of a valid query
whereclause is my filter criteria
but on the formload of the form i'm opening the recordsouce and the filter are null and of...
i've got a few combo boxes i'm gonna use to determine filter criteria on a report i'll open...i've set the rowsource of them and i see the data fine...trouble is...i can't select anything....i'll click on the dropdown and will see all the options..but when i click on one, it will not select
i've got an input box that takes an id and then does an apply filter
IssueID = InputBox("Enter the Issue ID", "Search for Issue")
DoCmd.ApplyFilter , WhereCondition:="id=" & IssueID
problem is...when there isn't a record that matches the filter, my form is inserting one into the table...
i...
here's my page
http://raleighchristian.com/2005/rca/index.html
in the onload i'm running a setheight() javascript function that looks at the height of a couple of other divs and then sets the height of another div...
it works fine in IE but does nothing in firefox...anyone know why?
thanks
http://www.raleighchristian.com/2005/rca/index.html
if you look at the bottom you'll see that nothing is aligning together...i need for those two gold sections to go down to the same level as whatever the left side nav grows to be...i know how to explicitly set the height in those gold divs...
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.