How to send fax from asp.net 1.1web application?
Thnx in advance.
User Profile
Collapse
-
How to send fax from asp.net 1.1web application?
-
Crystal Reports in ASP.NET 1.1 Web Applications
Can any one tell me how to use crystal reports in .net 1.1 web applications and do we need to buy any license from Business Objects or do we need to register with Business Objects to use them in our applications?An y tutorials would be helpful!
Thanks in Advance -
I have solved that problem. Thanx for ur reply.... -
adding controls dynamically
adding controls dynamically
In my asp.net application, i have to add dropdownlist(wi th yes/no options), and textbox to the table cells dynamically to each row of a table.The table also contains some other cells with data from database.The number of rows depends upon the backend data. And on selecting from the dropdownlist, the respective textbox should be enabled or disabled. If any one has an idea.Plz share with all of us.
thanx in... -
try this way
AddHandler deleteButton.Co mmand, AddressOf DeleteDataSourc e_Click
private sub DeleteDataSourc e_Click(sender as object, e as System.Web.UI.W ebControls.Comm andEventArgs)
...... ur code goes here
end subLeave a comment:
-
thanx for ur reply kenobewan
i have changed my code and created the imagebutton in the onload. now it works, but the page doen't get refreshed once i click on imagbutton which on click deletes one row in the table.
can u plz tell me how to refresh a page after eventhandling....Leave a comment:
-
addhandler event not firing
here im trying to create imagebuttons dynamically, and on click of button, the delete function should be called.
actually commandargument is not passed into the imgBtn_Click
im not getting any errors
but its not working
plz help
its very urgent
thanx in advance
here is the code....
Imports System
Imports System.Data
Imports System.Data.Sql Client...
No activity results to display
Show More
Leave a comment: