Hi
I would like to add double quote around ListBoxColumn.Items(counter).Value which is comming from listbox, I tried to use "\"" but it did not work.
Thanks for help
For counter = 0 To (ListBoxColumn.Items.Count - 1)
If ListBoxColumn.Items(counter).Selected = True Then...
Here is the code
Dim SqlMetroDateMin As String = "select top 1 Format(E13A101.TIME, 'yyyy/mm/dd')AS tmin from E13A101 where fmin=(select min(fmin) from E13A101 where month(TIME)= " & ddlMonth.SelectedValue & " and year(TIME)= " & ddlYear.SelectedValue & " ) and month(TIME)= " &...
Hi
This syntax is working with ACCESS database
crReport.SetDatabaseLogon("bar_adm", "******")
Now I migrated the database to SQL SERVER and the syntax shoulb like
crReport.SetDatabaseLogon("bar_adm", "******", "KINGSTON", "BAR_TEST")
but I can not log in to database. here is my connection...
Hi
Any suggestion for this error message. I got this error message when I did migration from my access database to SQL Server.
Thanks
Line 3: Incorrect syntax near '?'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace...
Hi
I have a small application which has been built with ASP.NET 2.0 and Access database. Now I want to move this application to SQL Server, Should I rebuilt the datasource with SQL Server? I did change the connection string but didn't work for me. any help appreciated.
here the sample of my...
Hi
I would like know what will be involved to migrate from Access database to SQL Server database. My application it works based on windows authentication. Any help appreciated
Thanks
I have the following formula which is attached to a group. The ELSE part is not working. It supposes to check for CONTACT_ID and if there is no CONTACT_ID, it should show "Not Assigned" but in my case it doesn't show any title for this group. any help appreciated.
if not isnull...
Hi
I have this code that open my crystal report. I would like to send it dircet to pdf file not open with crystal report because when I open it in crystal report I get broken link for print, export, ... I tried CRRedist2005_x86.msi and it didn't work. is there any way to do that?
Thanks...
Hi
I have created a new System.mdw file using Work group Administrator in different place and call it BAR.mdw. I would like to have only my BAR.MDB connect to this MDW but seems whatever database I open, it will be effected by this file. Any help appreciated
Hi
I have been told to create a read-only access to Access database for reporting purpose. I learned how to do that using Workgoup Administrator (System.mdw) and create User and Goup Account. Here is my problem
My database has password so when you pass the first level which is User Account it...
Hi
I have been told to create a read-only access to Access database for reporting purpose. I learned how to do that using Workgoup Administrator (System.mdw) and create User and Goup Account. Here is my problem
My database has password so when you pass the first level which is User Account it...
Hi
If veiw crystal reports on my desktop the icons at the top of the report show up. When I use a browser from a our intranet (after deployment), the Icons are missing. Thanks for help
Hi
I have crystal report as part of my ASP.NET 2.0 application. when I ran it from my desktop, It was working fine. I implemented in server and now I get the following error message. Any help appreciated
The report you requested requires further information...
Hi
I have the following code in my GridView, I would like to make my linkbutton visible or invisible (depend on action)
please see the following code
Dim CancelButton As LinkButton = CType(Me.grdContacts.FindControl("LinkButton_Cancel"), LinkButton)
Dim DeleteButton As...
When I insert a new row into GridView using FormView, I would like to populate the GridView in edit mode (EditItemTemplate) not ItemTemplate. The reason is I want to edit that inserted row right a way. How could I do that? Any help appreciated
Thanks
Hi
How could I have a javascript pop message in the following code? I don't have any button to attach my code like this
Button1.Attributes.Add("onclick", "javascript:return confirm('My message')")
I would like to popup a message when I switch beetween to event. Any help appreicated.
Thanks...
Hi
I dont't know why I can not call javascript here. There is not popup message. any help appreciated.
Protected Sub grdContacts_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles grdContacts.RowDataBound
If e.Row.RowType =...
Hi
I have the following code to get confirmation, before deleting a row. My problem is the popup window not always get focus which means it already open but user can not see it (it is going behind the current window). How could I fix this problem? Any help appreciated.
Thanks
Protected...
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.