Hi all,
We are planning build our application using MSBuild,
I would appreciate if some one can provide some useful links to it..
Thanks for all your help..
Hi all,
We are using MS Enterprise logging and I would like to know if it supports loggerMaxSize and LoggerFileRolls.
I appreciate if I anyone can provide me with some useful links .
Thanks in advance for all your time.
Hi all,
I am getting an error patientid as not declared
Dim strstatus As String = drAccessionNumbers.Item(1).ToString()
If (DirectCast(drAccessionNumbers("status"), String) <> "Provisional") AndAlso (DirectCast(drAccessionNumbers("status"), String) <> "Completed") Then
sql = "UPDATE...
Hi,
Here is my code
For Each Task As ExamTask In Tasks(AccNum)
Dim lnkTask As New HyperLink
lnkTask.ID = "lnkTask_" + Task.ExamTasksID.ToString()
lnkTask.ImageUrl = Task.ImageURL
lnkTask.NavigateUrl = "Javascript:window.showModalDialog('../Reports/AddExamTask.aspx?acc=" &...
Hi all,
I want to disable javascript popup for a linkbutton?
Is there any way. The reason is the popup should come for only linkbutton1 but due to some coding that cant be removed its getting popup even for linkbutton2 which is not required.
Is there any way to stop??
Thanks for any help in...
Hi all,
I have a hyperlink "Save" which should through a pop up when the "setcategory" (which is another hyperlink when user click it opens a javascript window with a dropdown from which a category need to be selected) is not selected.
Now my problem is when initially I click on "save"...
Hi all,
I have textbox,if the user enters spaces it should throw an error.
I think it can only be possible by custom validator.Or is there any thing other way than this.
Thanks.
Hi all,
If we dont dispose the objects in finally what happens??
In my opinion if the objects are not disposed properly the application might run slowly because of improper resources.Am i right??
IF i am returning a dataset then in finally block if I dispose the dataset ,in any of the...
Hi all,
If I write cmd.connection.dispose()
In this only connection object gets destroyed ,or even command object also gets destroyed.
Thanks for any help in advance.
Hi all,
I am unable to figure out the problem.How there is weeks difference coming up.
If sDOB <> "" And sScheduleDate <> "" Then
If IsDate(sDOB) And IsDate(sScheduleDate) Then
Try
sDOB = Convert.ToDateTime(sDOB)...
Hey all,
I am little confused,in disconnected architecture do I need to use this commands
con.open()
con.close().
I am suure its not necessary and not required but just confiramtion will help me.
Thanks for help in advance.
Hi all,
I have a textbox where I have to display as abc | 123 .
I could do it.But when the textbox has no repective values there should be nothing in the textbox but the character "|" is still visible.how to get rid of it.
Thanks for any help in advance.
Hey all
I have a textbox which is visible,when visible the textbox values pass to another page(billing pge) properly.
But from admin side we have the ability to disable modules.So if this textbox is disbaled then the vallues obviously dont pass.
But heree my task is even if the textbox( which...
Hi all,
I have a linkbutton,how to pop up a javascript for it.
I tried but it does come up.
btnSave.Attributes.Add("onclick", "javascript:ShowAlert();")
Thanks for any help in advance
Hi all,
I have a link button(btnsave).
In the application there is btnsave_click handled.
for this i am trying to pop up the javascript alert window.
in .vb
btnSave.Attributes.Add("onclick", "javascript:ShowAlert();")
In the .aspx file
i wrote
function showalert(){
alert("this is already...
hey
Dim dataindex as interger=(CInt(datagrid.DataKeys(CInt(e.Item.ItemIndex))))
I am getting Index out of range exception for this.
Thanks for any help in advance.
Hi all,
I have a hyperlink ,my requirement is if the hyperlink is not clicked then an error message should pop up.
all validations provided are for input control and this is hyperlinks.How to handle it.
Thanks.
Hello
Public Function GetFTPInfoSQL() As SqlDataReader
Dim cmd As New SqlCommand
Dim da As New SqlDataAdapter
Dim ftpInfo As SqlDataReader
Try
cmd.Connection = New SqlConnection(ConnString)
cmd.Connection.Open()...
Hi all
I got a small problem usig this.When the controls were not there this was giving an error.
Anyways can any one make me clear with what exactly is request.form does and any things to keep in mind while using this.
Can any one provide any proper link to it.
Thanks
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.