Hi All,
Im trying to search a record from an dataset this is my code
Dim temptable As DataTable
temptable = ds.Tables("Customers")
Dim dv As New DataView(temptable)
dv.Sort = "LLID"
Dim i As Integer = dv.Find(customers.SelectedValue)
If i = -1...
Hi All,
I have a wierd kind of problem which i dont know how to solve.
I have webusercontrol which im loading at the load function of the main page. Now the control is not showing on the browser screen, I checked the source of the page and there i can see the whole html code of control. I...
Hi All,
I have an upcoming projects which needs integration of one application on windows server to integration on other Unix server.
The data from appA has to pass to appB. Im suppose to suggest the management a solution. The easiest solution is to create triggers at db level of services...
I am new on using Oracle 9i DS designer tools. I can create forms and all but when i try to run them it gives me an error msg
FRM-10142: Http listener is not running on localpc at port 8888. Please start the listener or check your preferences.
Please some body here working in forms can help...
Dear All,
I will highly appreciate if some body help me out with this small but confusing for me problem.
I have a dropdown 1 which has all months in it
I have drop down 2 which has all weeks in it
When user selects month and a week from drop downs i want the application to return all the...
Hi All,
I need to make one script query in which i have following task to do.
- Number of Tasks opened by user
- Number of Tasks closed by user from tasks opened
- Value of total tasks opened
- Value of total tasks closed
query should also return username along with each count and sum of the...
hi dvannoy
try "javascript:this.value=this.value.toUpperCase();"
with html textinput instead of web controls. This will work surely and u can make your text input as a server side element at the same time.
Hi all,
I have little simulation in my application which im trying to perform but its not happening the way i want it.
I have a page A which is use to create a new record once user clicks submit he should see page B which has a little animation showing that sending notification after that the...
Hi All
Im doing a small conversion in vb.net all i wanted to do is to take a value from one of the column in datagrid and convert it into integer value and accordingly display data. Code is like this
Public Sub ChangeColor(ByVal sender As Object, ByVal e As DataGridItemEventArgs)
If...
hi all,
i have a WAP site which i want to be accessible only from the mobile devices. At the moment any body can open it cause its done under ASP.net. Any body of you have any idea how i can disable this so that its limited to devices only.
Thanks
hi all,
I have a datagrid in vb.net application which i populate from sqldataadapter. the datagrid populates but i have to click on a word table to expand the whole datagrid to see the data. isnt there a way to expand the datagrid once it is populated i have used expand function of the datagrid...
thanks duke
well i can see the table though not every thing is clear, well im not a GP developer or a user i just need to integrate the GP with some other application. through GP i have seen that when some order has to be invoiced it has to be first selected from the sales order transaction...
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.