Search Results

Showing results 1 to 40 of 82
Search took 0.01 seconds.
Search: Posts Made By: preetham.saroja
Forum: VB.NET Nov 21st, 2007
Replies: 4
Views: 1,074
Posted By preetham.saroja
Hi,
http://msdn.microsoft.com
And in search engine -specify has deployment!!
Regards,
Preetham
Forum: VB.NET Nov 19th, 2007
Replies: 3
Views: 1,624
Posted By preetham.saroja
In software-u cant always stick to the same thing(i.e, u cant stand on the same banyan tree laid b ur grandfather!!)...
Forum: VB.NET Nov 19th, 2007
Replies: 6
Views: 5,270
Posted By preetham.saroja
check out,whether u have written checkbox function-inside the if(page.isnotpostback)
regards,,
preetham
Forum: VB.NET Nov 13th, 2007
Replies: 0
Views: 537
Posted By preetham.saroja
Hai,,,
Can somebody help m,in creating the code for shopping cart(I mean tell m logic) or else .Pass on code for creating shopping cart in vb.net....
regards...
preetham
Forum: VB.NET Nov 1st, 2007
Replies: 3
Views: 813
Posted By preetham.saroja
somebody plz tell m,how to perform cross page transfer.....
Forum: VB.NET Oct 31st, 2007
Replies: 3
Views: 813
Posted By preetham.saroja
hey peter,
thanks for the reply .but still im n2 getting the required answer i dont know why?? im gettin only id value,but not the age value......
regards....
...
Forum: VB.NET Oct 30th, 2007
Replies: 3
Views: 813
Posted By preetham.saroja
why am i not able to pass two values between pages
in first page for submit_btn.click()
Dim url As String
url = "Project.aspx?"
url &= "id=" & id_txt.Text & ""
url &= "age=" & age_txt.Text & ""...
Forum: VB.NET Oct 25th, 2007
Replies: 4
Views: 2,195
Posted By preetham.saroja
do u mean,
clickin on button-it should perform the action as well as open popup window then..
sub btn_click(sender,obj)
Dim popupScript1 As String = "<script...
Forum: VB.NET Oct 24th, 2007
Replies: 5
Views: 12,390
Posted By preetham.saroja
man,its simple task-
dont worry,just create textbox& in properties make textmode-has password.to check whether name exists or not in password
private sub...
Forum: VB.NET Oct 19th, 2007
Replies: 3
Views: 3,310
Posted By preetham.saroja
just use cache to perform this type of operation...
It will b fine.
Forum: VB.NET Oct 18th, 2007
Replies: 2
Views: 1,598
Posted By preetham.saroja
try to use the javascript for setfocus& keypress...
Unless& untill u use js.its ain't possible to work on vs-2003 or 5,,,
if u want...
Forum: VB.NET Oct 18th, 2007
Replies: 3
Views: 3,409
Posted By preetham.saroja
just paste this code:::
Protected Sub btnchk_name_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnchk_name.Click
Dim str As String = "select ID from table1 where ID = '" &...
Forum: VB.NET Oct 12th, 2007
Replies: 1
Views: 571
Posted By preetham.saroja
u mean,it has to b written in vb.net or entire procedure to be reduced!!!
Forum: VB.NET Oct 11th, 2007
Replies: 1
Views: 810
Posted By preetham.saroja
hai sanhita,,
first to make only authorised user to access the application-create login page
with userid& password field...only who has got valid userid is allowed to access next...
Forum: VB.NET Oct 11th, 2007
Replies: 1
Views: 2,731
Posted By preetham.saroja
i got solved...
using "onchange"
var1=document.getelementbyid('txt1').value
var2=document.getelementbyid('txt2').value
...
Forum: VB.NET Oct 11th, 2007
Replies: 2
Views: 960
Posted By preetham.saroja
mention properly what u want....
i ain't gettin ur stuff!!!
Forum: VB.NET Oct 11th, 2007
Replies: 2
Views: 10,117
Posted By preetham.saroja
just use this code& place loaddrp() in page_load
where tablename is"table1" & field to b populated inside dropdownlist is "ID"......

Public Function loaddrp() As String
Dim str As String =...
Forum: VB.NET Oct 11th, 2007
Replies: 1
Views: 907
Posted By preetham.saroja
to add menubars into ur project,,,,
1)project names
1a)project1
1ai)preethm
1aii)punith
1aiii)pathi
2a)project2
2ai)lassie
2aii)mom
2aiii)preethm
Forum: VB.NET Oct 11th, 2007
Replies: 3
Views: 2,017
Posted By preetham.saroja
if u want to change the datagrid color,,,,
Use datagrid_itemdatabound()
If (e.Item.ItemType = ListItemType.Item) Or (e.Item.ItemType =...
Forum: VB.NET Oct 5th, 2007
Replies: 1
Views: 2,731
Posted By preetham.saroja
hai,
Its very urgent.can somebody tell m,how to add two textboxes and then display the result in the third textbox ,using keypress -in javascript....
regards....
Forum: VB.NET Sep 21st, 2007
Replies: 3
Views: 4,746
Posted By preetham.saroja
try ,using viewstate or cookies to find the number of hits for a particular button in page_load()..
i.e, declare an global variable
and on button_click function ....
Forum: VB.NET Sep 21st, 2007
Replies: 2
Views: 1,731
Posted By preetham.saroja
just write has follows:
< a href="pagename.aspx" ></a>
instead of opening the internet explorer....
Forum: VB.NET Sep 19th, 2007
Replies: 11
Views: 10,498
Posted By preetham.saroja
do as i said-
1)open a form-drag&drop 2 labels,2textboxes& a button
2)on a button name it has (SUBMIT-button)
3)
create a table in sql-server with ur desired tablename
4)the table should have...
Forum: VB.NET Sep 19th, 2007
Replies: 2
Views: 2,528
Posted By preetham.saroja
do u mean,opening the html code part of the form design.if yes then click on html part(placed on bottom part of design).if this is not what u requested for then mention specifically!
Forum: VB.NET Sep 19th, 2007
Replies: 7
Views: 4,734
Posted By preetham.saroja
what d u mean-u mean u want to open the browser using vb.net..!
Forum: VB.NET Sep 14th, 2007
Replies: 2
Asp
Views: 719
Posted By preetham.saroja
hai,
just try this...
(http://www.microsoft.com/WindowsServer2003/iis/default.mspx)
Forum: VB.NET Sep 14th, 2007
Replies: 4
Solved: Going Insane!!!
Views: 948
Posted By preetham.saroja
to code in datagrid...
just drag& drop it from toolbox& to colour the datagrid based on the there sales(with orange,green,yellow...etc).use datagrid_itemdatabound function.......
Forum: VB.NET Sep 12th, 2007
Replies: 2
Views: 1,017
Posted By preetham.saroja
come on guyz,
someone plz help m-tell m what i have todo..i have been googling on this for last 3weeks.i have tried alltype of stuffs...guyz help m out,,,,,,
Forum: VB.NET Sep 12th, 2007
Replies: 4
Views: 1,873
Posted By preetham.saroja
hey,
ru beginner-if yes dont go with such a rustic projects!always go with small things(then once u feel confident ,then u proceed to type of project.which u have mentioned!)....
Forum: VB.NET Sep 10th, 2007
Replies: 2
Views: 1,017
Posted By preetham.saroja
can somebody tell m,
what's the error in below code-where all the columns with sex="male" should be displayed with color choclate in datagrid...plz...
Forum: VB.NET Sep 7th, 2007
Replies: 3
Views: 5,469
Posted By preetham.saroja
use this javascript when ur trying web-applications(vb.net,vs-2003 or more..)

btndelete.Attributes.Add("onclick", "if(confirm('Are you sure ,want to delete the record?')){}else{me.server.transfer...
Forum: VB.NET Sep 5th, 2007
Replies: 1
Views: 1,269
Posted By preetham.saroja
hai looney,
to find the greatest of all the 10 arrays use
( start searching from 1 to 10
dr="select * from table where id>=10"
cmd=dr.executescalar)
try,something similar...
Forum: VB.NET Sep 4th, 2007
Replies: 1
Views: 672
Posted By preetham.saroja
hai,
try using javascript(i mean keypress)where particular user can access -based on the selected name selection....
Forum: VB.NET Sep 4th, 2007
Replies: 3
Views: 819
Posted By preetham.saroja
hai,
To perform has u said-1)fetch the data from one table& display it on the form using -dropdownlist, 2)then based on his/her selection (or user clicked)just display it on other table...
Forum: VB.NET Sep 4th, 2007
Replies: 2
Views: 1,656
Posted By preetham.saroja
hai,
First check -whether all the fields are being specified& used in the query.And then check out whether datatype used for the fields are same as datatype used while in the update...
Forum: VB.NET Sep 4th, 2007
Replies: 5
Views: 903
Posted By preetham.saroja
or else,
Try using select statements-
dim a as boolean
select a
case 0
request.write("its true")
case 1
request.write("its false")
end...
Forum: VB.NET Aug 31st, 2007
Replies: 6
Views: 3,061
Posted By preetham.saroja
david,
if ur using sql-server 2005(then while creating table ).just set the datatypes value according to ur need.if u want data to b displayed in dollar format(just-set particular...
Forum: VB.NET Aug 31st, 2007
Replies: 1
Views: 3,373
Posted By preetham.saroja
i thnk u can use this to insert data from textbox into database..if u want some more description -just reply back....
Private Sub LoadData()
Dim strSQL As String = "insert (name,age)...
Forum: VB.NET Aug 31st, 2007
Replies: 3
Views: 712
Posted By preetham.saroja
man plz b specific-
This is not mobile to send message in the form of sms.if u want to use keypress(then use javascript)....
Forum: VB.NET Aug 31st, 2007
Replies: 5
Views: 798
Posted By preetham.saroja
hey man,
its a good question-if u want ur project to run on other systems(not 2 modify the coding).Then that particular system should have internet explorer..
And if u...
Showing results 1 to 40 of 82

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC