I am passing two values using query string like this
first value = name
second value = 6/12/2007 do I have to put this value within single quotaion? thanks for the help.
How do you define the following two methods in a lay man's terminology...without being more tech. :)
ClientScript.RegisterClientScriptBlock
ClientScript.GetPostBackEventReference
I would like to use compare validator to compare the values for two dropdown controls. the field that I would like to use is not DataValueField or DataTextField
<%@ OutputCache Duration="60" VaryByParam="ddLetting; ddLetting;txtDescription" %>
After I add this line of code my paging does not work. I just get stuck until the expiration date to go to the next page. How can I fix this? thanks
<authentication mode="Windows"/> Do I need this in my web.config file I am not doing any authentication.
here is my web.config file and could you correct me if you see unnecessary file there. thanks
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration...
I am putting mydata set in cache and I would like to clear it when I change the selection from the dropdown.right now even if I select different value it won't change. I have to close the application and open it again
Sub BindLetData()
Dim Source As DataView
Source =...
My date field is formatted like this {0:MMMM dd, yyyy} and the result looks like this April 27, 2007.Is it possible to format and get the out put like this April 27th 2007 instead.How can I format it to get that. thanks
I am trying to create a table adapter using the configuraion wizard and I am trying to select the existing prodedures but it is grayed out and also to create a new procedure also is disabled...any help would be appreciated.
This is my first attempt to work with objectdatasource control. I have a huge number of records to be displayed in the gird view and in order for the result to be displayed fast I am using a procedure where it takes startrowindex and maximumrow in order to display a selected records and so...
For some reason the result from my query is not binding with the dropdown control..any hint would be appreciated
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not IsPostBack Then
lettingDate()
End If
End Sub...
Hi all,
How can I create an apps where I can send e-mail using the e-mail address I have on my database. this e-mail will be send out to all of them at the same time. Like creating a group e-mail. thanks
I am passing the paramter value to my sql statement and below is the code I used to pass the value to sql statement. p.contid is a character field.Oracle is the db. thanks
...
.Append(" AND P.contid = :ContractNumber ")
...
Dim cmdItemDetail As OracleCommand = New OracleCommand()...
I set enablesorting and paging callback property of gridview to true and enable pagint to true.when I try to go to a different page my gridview just disappear on me. any clue? thanks
how can I move the file that I copied over from the server to a different folder before I apply any formatting to it. I would like to add some extension to it just to differentiate and not to overwrite form the previous one copied over to this folder.
this is the file copied from the server...
The program just does not execute...but when I go run the exe manually it works fine. any clue?
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
System.Diagnostics.Process.Start("C:\Expedite\Gen.exe")
End Sub
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.