I am trying to create an xml file through the details entered in the fields in an HTML page using vbscript. It works as I required with a small problem.
If I execute an HTA file then the errorchecking is done, not when the script is executed from an html page.
Error cheking code is below
If...
Not sure if this is to be done with MS Access..
One of my client requires to connect his nokia phone to PC and recieve messages to MS Access DB or compare the messages to records of the DB. It should be done automatically.
Is there anything I can look into? Nokia PC suit may be used with this...
Seen many snippets to send mails from vb.net via outlook. All of them required to set reference to installed Outlook library.
I am not sure my client will have the same library that I have(Suppose I have 11.0 and client maybe having 9.0). Will it work? or is there any other way? Is there any...
I am trying to get details of an Access DB thorugh "OleDbSchema".
DB_Connection.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, _
New Object() {Nothing, Nothing, Nothing, "VIEW"})
Is that possible to get type of Query(View) through this?
I need to know what type of query is that...
How can I validate input of maskedtextbox with time value?
masking style is __:__
I need to use Military Time (24hr format)
________________________________________________________
Zameer Abdulla
Help to find Missing people
Can anyone explain please..
If I have a Class like below
Imports System.Data
Imports System.Data.OleDb
Public Class Categories
#Region "Declarations"
Private _CategoryID As Integer
Private _CategoryName As String
Private _Description As String
#End Region
#Region "Properties"
Public...
My application requires a restart at a certain point.
I was trying like this
Private Sub LogOutToolStripMenuItem_Click..........
If MessageBox.Show("Please confirm log out",
"Confirm",
MessageBoxButtons.OKCancel, MessageBoxIcon.Question) = Windows.Forms.DialogResult.OK Then...
I have a datalist populated from an "AccessDataSource". It should pick a random record. If I run the query itself it works fine as it should be. But when populates it brings up only the same record.
SQL of it is
SELECT
TOP 1 Rnd([RecID]) AS Rec
, tblProverbs.Proverb
, tblProverbs.Source...
ListBox that is databound from an Access DB is flickering when mouse hover on menu. Is there any way that I can stop flickering it?
Menu is on the MasterPage and Listbox is on Content Page.
________________________________________________________
Zameer Abdulla
Help to find Missing people...
I need to record MachineName and PageTitle to DB for a survey purpose. ASPX pages used in our intranet.
What is the best way to do that?
Dim Machine_Name As String = System.Environment.MachineName
Dim Page_Title As String = Page.Title
These informations I need to record.
OnLoad Event I am...
In Datagrid I have a simple procedure to bold entire row like below.
Protected Sub DataGrid1_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs)
If (e.Item.Cells(6).Text = "Yes") Then
e.Item.Cells(0).Font.Bold = True...
I have a datagrid shows list of employees.
SL/No EmpName Extension
..... ....... ..........
I want to click on the "EmpName" to redirect the page to the details of selected employee. The redirecting part is OK for me. But I don't know how to get the selected name value.
What I will...
I have a page redirect from a linkbutton like below.
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim Comp As String = Me.ListBox1.SelectedValue.ToString
Dim Dept As String = Me.ListBox2.SelectedValue.ToString...
I remember it was possible to drag & drop tables from Data Sources /Database Explorer(Server Explorer) on to the form to create GUI easily. Now I am not able to do that.
Now the Data Sources tab grays out when I am in form design. Any one has a clue...
I am getting a message like below when I am trying to connect with SQL Server Express 2005. I am using SQL Server CTP.
=========================================================
TITLE: Browse Server for Database
------------------------------
An error has occurred while establishing a connection...
Is that possible to create a hyperlink in the "DetailsView"? My aspx page shows the details of employee including email id. Now it displays as text without hyperlink.
I need it to be displayed as hyperlink for user to click on the mail id to open their default email client.
thanks...
This must be covered earlier.. Please direct me if there is one.
I have a "view" like below.
SELECT EmployeeName
FROM tblEmployees
WHERE (EmployeeName LIKE '%' + @EmployeeName + '%')ORDER BY EmployeeName
The Parmeter is taken from an asp.net page textbox. If nothing entered...
Using
SQL Server 2005 Express
Visual Web Developer 2005 Express
=============================
I have created some aspx pages to use them in a network in our office. I need to use SQL Server as data provider. I am working from a machine where "SQL Server Express" installed. Later I need to...
Is that possible to align the field captions to right in a detailsview?
Now it looks like
EmployeeName Zameer Abdulla
Extension 121
Direct 04-3146121
Mobile 66666666
SpeedDial 7733
need to change like
EmployeeName Zameer Abdulla
Extension 121
Direct...
Redirected from thread855-1294393.
Thanks for any help.
________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
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.