Run delete msgbox.

  • Thread starter Thread starter Phoebe.
  • Start date Start date
P

Phoebe.

Hi, Good Day!

I need to display a msgbox asking user whether to delete a record or not
using javascript.
It works fine.

Later on user request to add in more info in that msgbox, displaying records
info like employee no, employee name, i.e. i need this msgbox to be display
during runtime & not during pageload.

I throw the javascript to be display in the Datagrid_Deleterow module but it
required user to click the "delete" button twice in order to get the msgbox
to be displayed.

Can someone help?
Thanks in advanced.

rgds,
Phoebe.
 
Hi Phoebe,

When you are mixing clientside programming with serverside programming and
you are talking about complex controls, I cannot believe that someone on a
newsgroup can help you to a solution.

This needs a lot of debugging, knowing exactly what you want, deep knowledge
of JavaScript, deep knowledge of the webform datagrid, deep knowledge of the
other webform controls, deep knowledge of the Page class, deep knowledge of
VB.net (or another serverside Net language).

I would first try if you cannot do it on the serverside if I was you.
But just my thought.

Cor
 
Thanks Cor.

I really didn't think of it's complicity which mixing clientside &
serverside programming.

Anyway, thanks for your explanation.
 
* "Phoebe. said:
I need to display a msgbox asking user whether to delete a record or not
using javascript.
It works fine.

Later on user request to add in more info in that msgbox, displaying records
info like employee no, employee name, i.e. i need this msgbox to be display
during runtime & not during pageload.

I throw the javascript to be display in the Datagrid_Deleterow module but it
required user to click the "delete" button twice in order to get the msgbox
to be displayed.

ASP.NET group:

<
 
Back
Top