 |
|
 |
Hi your work is great , i think you are a true "ANTHEM MASTER" .Keep it up.
|
|
|
|
 |
|
 |
I want to use the DirtyPanel.dll in my application.
1)Should i need any license to use it?
2)For using this I need to just add the reference for the .dll and incorporate it with the Update panel. Please correct me, if i am wrong.
Thanks in advance...
|
|
|
|
 |
|
 |
1) You don't need a license.
2) Yes, just add the reference to your project.
Regards,
Cassio Alves
|
|
|
|
 |
|
 |
Doesn't works on Google chrome
nAvz
|
|
|
|
 |
|
 |
Before I start coding this ... do you have a tested version with AJAX 1.0 (Atlas)? - Thx.
|
|
|
|
 |
|
 |
Sorry, I don't.
Regards,
Cassio Alves
|
|
|
|
 |
|
|
 |
|
 |
I am trying to use this component with FormView but all controls disapears. Any Idea? <asp:FormView runat="server" ID="FormView1" DefaultMode="ReadOnly"> <PagerSettings FirstPageText="First" LastPageText="Last" NextPageText="Next" PreviousPageText="Previous" Mode="NextPreviousFirstLast" /> <ItemTemplate> hello world <table> <tr> <td> TextBox: </td> <td> <Anthem:TextBox runat="server" ID="txtField" /> </td> </tr> <tr> <td> DropDownList: </td> <td> <asp:DropDownList runat="server" ID="ddlField" > <asp:ListItem>Item 1</asp:ListItem> <asp:ListItem>Item 2</asp:ListItem> <asp:ListItem>Item 3</asp:ListItem> </asp:DropDownList> </td> </tr> <tr> <td> CheckBox: </td> <td> <Anthem:CheckBox runat="server" ID="chkField" /> </td> </tr> <tr> <td> RadioButton: </td> <td> <Anthem:RadioButton runat="server" ID="rbField1" GroupName="radio" /> <Anthem:RadioButton runat="server" ID="rbField2" GroupName="radio" /> </td> </tr> <tr> <td> TextArea: </td> <td> <Anthem:TextBox runat="server" ID="txtField2" TextMode="MultiLine" /> </td> </tr> <tr> <td> DataGrid: </td> <td> <asp:DataGrid runat="server" ID="dgFields" AutoGenerateColumns="false"> <Columns> <asp:TemplateColumn HeaderText="Column 1"> <ItemTemplate> <asp:TextBox runat="server" ID="txtGrid" /> </ItemTemplate> </asp:TemplateColumn> </Columns> </asp:DataGrid> </td> </tr> </table> </ItemTemplate> </asp:FormView> Regards Qasim
|
|
|
|
 |
|
 |
Hi,
Are you using the dirty-panel inside a formview or the other way around?
Regards,
Cassio Alves
|
|
|
|
 |
|
 |
please. I don't no method how to make toolip like radtooltip. I known this control please for me apply this code .
I need it for my topic in my school.
Thanks
Ngo Gia Phuc
|
|
|
|
 |
|
 |
I have this template inside grid view
'asp:TemplateField ShowHeader="False" SortExpression="Delete">
ItemStyle Width="30px" />
ItemTemplate>
asp:LinkButton ID="lnkDeleteDetail" runat="server" CausesValidation="False" CommandName="Delete" Text="Delete"><img src="Images/delete.gif" style="border-width:0px" alt="Delete">
if i click on the link the message of Dirty-Panel will appear
-- modified at 1:51 Saturday 12th May, 2007
-- modified at 1:52 Saturday 12th May, 2007
(Mohammed Tahhan) thank u
|
|
|
|
 |
|
 |
Are you using the Anthem.NET library?
Your LinkButton should be an Anthem LinkButton, not an ASP one.
<Anthem:LinkButton ID="lnkDeleteDetail" runat="server" CausesValidation="False" CommandName="Delete" Text="Delete">
Keep in mind that to use this control successfully your page should not fire traditional postbacks, only AJAX callbacks. Using Anthem.NET is an excellent choice for doing this.
Regards,
Cassio Alves
|
|
|
|
 |
|
 |
Thanks, that is perfect timing as I have been looking at doing to same thing, saved me so much time and effort
|
|
|
|
 |
|
 |
How did you get it to fire when the user clicks the window X?? That's what always got me.
As to the article being short, I just checked your website, and I'm pretty sure you're not just using codeproject as a repository.
Michael J. Collins
Developer
|
|
|
|
 |
|
 |
Thanks Michael.
The catch is on the onbeforeunload. It fires everytime you leave or submit the page.
Regards,
Cassio Alves
|
|
|
|
 |
|
|
 |
|
 |
I just wanted to let you know that your sample link doesn't work in the latest version of Opera 9.20.
|
|
|
|
 |
|
 |
Thanks.
It seems that Opera do not support the onbeforeunload event and I don´t know if there is a workaround.
Regards,
Cassio Alves
|
|
|
|
 |
|
 |
Hi
Can you please tell me how to use this control on tab page.when i navigate b/w tabs,the confirmation box appears twice. Any help??
|
|
|
|
 |
|
 |
Hi,
I didn´t test it with tabs. I´ll try to add support for multiple panels on the same page.
Regards,
Cassio Alves
|
|
|
|
 |
|
 |
Hi,
Thnx Cassio for ur reply. i m waiting for ur update for multiple panels on same page.
|
|
|
|
 |
|
 |
You´ve just made my life easier!
Thnx a lot!
Timmy
|
|
|
|
 |
|
 |
Thank you for sharing your knoeledge. I think you have worked hard on the material. But the article is very brief. Could you please explain more so that we understand your idea clearly. Carry on with your good job.
We expect a nice article and sample demo code is cool with that. But only sample code does not make sense (I think).
Tomorrow is a blank page
|
|
|
|
 |
|
 |
Hi Maruf,
Thank you for your feedback.
It is true that this is a very brief article. But that's because it is a extremely simple control. As I stated in the article, there are only two things you need to do in order to use it: set the message that will be shown when the user leaves the page and call the Reset method when the user saves the data. Yet I find it very useful and I've been using it on my projects.
Maybe this article isn't for you, but I hope some people will find it useful.
Regards,
Cassio Alves
|
|
|
|
 |
|
 |
Hmmmm....
Actually your control may be usefull to people. (May be I'll use it for my next form ). But it'd be nice if u'd give a description (may be brief) how the control works. I know we all are busy (I have no article still up to now) - but I just wanted to tell people who visit this site that article is more usefull than a control. Its always better to teach people how to catch fish than to give them a fish - an old chinise proverb.
Thank you
Tomorrow is a blank page
|
|
|
|
 |