I created a gridview page which displays the data properly on the local machine but when uploaded to web server shows a blank page with no errors. The web server supports asp.net. I put some text on the page which did show but no gridview. With no errors, I don't know what could be wrong. Here...
I have one user who is not receiving emails recently from one specific domain. The sender is Not getting undeliverable message. I looked through the GWIA logs when the emails were sent and found the Accepted connection message for that domain but I get no Receiving file. I asked them to send it...
I'm trying to place an icon to left based on the document extention. I found this but can not get it to work.
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(../images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px...
Arcserve 9.0 for Netware Build 2020. Here is my log:
Backup Operation
Aug-16 23:00:12 812 Format blank media as THURSDAY (serial #
1759271922)
Aug-16 23:02:52 812 Connected with TSA MICROLAW_FS.NetWare File
System
Aug-16...
I dont know if this is possible but I Can not figure it out. The following are two columns from a table. The letters in the allocation column are user initials and the number following is a percentage due them from the amount. Can not change the table format.
Amount Allocation
15,000...
I keep getting "Ilegal use of . ! or (" with the following code and can not figure it out:
If IsNull(Me.List32.Value) Then
MsgBox (" Hey!!! You forgot to Select a Report")
If Me.Text58.Value = "lvs" Then
Me.staff = "lvs"
ElseIf Me.Text58.Value = "kps" Then
Me.staff = "kps"
Else...
I have a form with two unbound text boxes Text_From and Text_to for Date ranges. Also a combo box for selecting some date ranges which should pass the values to the text boxes. I'm trying to use the following code with an event procedure.
If Me.CBORange.Value = "Current Month" Then...
2110<12 spaces>"Number I want"<variable number of spaces>2120<12 spaces>"Number I want"<Variable number of spaces>2130<12 spaces>"Number I want". Could I use the constant numbers as delimiters? Thanks for helping.
Always the same 'number' of numbers. Constant numbers are always the same. Always 12 spaces between the constant numbers and the numbers I want. So for field1, I would like to return the number 12 spaces after "2110". Could I use something like string.split in some way?
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.