write function in javascript
set ur webform according to ur choice with the help of x & y co-ordinates
function ResetScroll()
{
window.scrollTo (0,0);
}
Regards,
Nitya
User Profile
Collapse
-
GridView + Template Column + fatch product Name for particular row.
Hello..
could u plz help me?
i have template column inside grid view..
in that one link button called Remove this? when i click on that link button confirmation box like "Are u sure u want to remove this?" is appeared..
now in template column product name is also in label..
so now i want that when i click on particular row's link button(Remove this?) then confirmation... -
Hello..
first of all thanks for help me..
i need more help from u..
could u plz help me?
i have template column inside grid view..
in that one link button called Remove this? when i click on that link button confirmation box like "Are u sure u want to remove this?" is appeared..
now in template column product name is also in label..
...Leave a comment:
-
Thanks Gayartri..
i had done date difference with ur kind help..
once again thanks...
bye!...Leave a comment:
-
30 minute difference from two dates
Hello..
i have two dates one is trdate e.g. "2008-02-20 12:55:25.000" (sql server format)
another one is currdate system current time (date.now)
if time passed more than 30 minutes than trdate
means cuurdate' time is 30 more than the trdate's time then i want to delete that record..
but i don't to how to fatch 30 mins difference from both dates..
both dates r as... -
how to take back up from server side to local sql server 2005
Hello guys..
again i need ur help..
how to take back up from server database to local database..
for e.g. i have one database named jewellary on serevr side..& i need it's back up on local sql server 2005..
could u plz help me how to do that?
thanks.. -
May be this help ful to u...
...Code:Dim msg As EnhancedMailMessage = New EnhancedMailMessage msg.From = "xt@x.com" '"invoice@x.com" msg.FromName = "Administraor" msg.To = "nitya@x.com" msg.Subject = "Order with [" + transid + "]: " msg.Body = lblmail.Text + lblmsg.TextLeave a comment:
-
var a =ctl00_ContentP laceHolder1_Dat aList1_ctl02_lb l_native_curren cy.value
where ,
ctl00_ContentPl aceHolder1 = master page contain holder
DataList1_ctl02 = datalist
lbl_native_curr ency = label
try this..
this will help u..Leave a comment:
-
=============== ========Check in javascript===== ====
function captureEnterKey ()
{
if(event.keyCod e == 13)
{
// alert('keycode= ' + event.keyCode);
var a= document.getEle mentById("ctl00 _ContentPlaceHo lder1_UserContr olPanel1_btnGo" )
a.focus();
}
}
=============== =============== ===============
=============== ===Code...Leave a comment:
-
paypal button with ajax update panel
hello..
i used ajax update panel in my cart form
now i want to use paypal button for redirect online transaction
because of ajax update panel round trip is not possible..
so paypal button gives error like "server enabled trace, response.write, redirected with
update panel"
actually i have 3 panel on cart form, i want to open payapl button's panel at last.if i put paypal panel in... -
Fatch Selected Row's Product Name in GridView
hello..
i had done below logic again..
but it doesn't give selected row's product name.
it's gives all row's product name...particul arly last row's product name..
i need selected row's product name..
only one row.
plz help me out..
who r u?
=============
for (int i = 0; i < GridView1.Rows. Count; i++)
{
string name =(GridView1.R... -
-
hello..
i had done below logic again..
but it doesn't give selected row's product name.
it's gives all row's product name...particul arly last row's product name..
i need selected row's product name..
only one row.
plz help me out..
who r u?...Leave a comment:
-
hi nitya kem chhe
i know this in c#
please convert it in to vb.net
for (int i = 0; i < GridView1.Rows. Count; i++)
{
string name =(GridView1.Row s[i].FindControl(tx tFname) as Text Box).Text;
}...Leave a comment:
-
fatch productname form selected row.
hello..
i have grid view.. in that template column
i want to fatch product name form selected row..
i had done code like below..
but it fatch all row's product name one by one..
i want only product name for selected row..
Dim dgitem As GridViewRow
For Each dgitem In GridView1.Rows
a = dgitem.FindCont rol("lblinprodn ame")
Next... -
''If panelshipping.V isible = True Then
'' panelshipping.F indControl("txt bfname").Focus( )
''End If
i had done above..
but not working
plz help me..
thank u....Leave a comment:
-
Current Index & Pagesize Problem in DataList
Hello..
i have datalist & want to use paging in 3- tier architecture.
adt.fill(ds, currenetpageind ex, pagesize,"Custo mers")
i want to use another method in 3-tier archi.
dataset is filled in data access layer
then i want to set currentindex & pagesize in presentation layer..
plz help me out.. -
Repeat Column option in GridView
Hello..
i have template column & i want to show two (2) records in one row.
for that in datalist one property repeat column but is there any property in gridview?
is there any other way to show two(2) records par row.?
plz help me soon..
thanking u in advance.. -
set focus on textbox
how to set focus on textbox inside panel(asp panel) inside ajax update panel
plz help me..it's urgent...
No activity results to display
Show More
Leave a comment: