Tagged Questions

1
vote
3answers
124 views
+100

Cross-browser windows forms logoff?

Looking for a cross-browser way to log a user off a webpage which uses windows authentication.
0
votes
3answers
60 views
+100

How to turn on line number tooltip while scrolling infragistics ultrawebgrid

I once saw this feature in action but I don't know how to turn it on. The grid can show a tooltip with the current row number (or row ID) while dragging the scrollbar. This helps you to stop the …
0
votes
2answers
70 views
+100

App domain restarts when .resx file changes. Any way to avoid this?

I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages. We would like these files to be editable on-the-fly. However, we have noticed that editing these …
1
vote
3answers
80 views
+100

How do I handle a server side exception during an Ajax call from JQuery?

I am calling a Page Method from JQuery as described here: http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/ This is all working fine. During testing I came across …
2
votes
2answers
65 views
+100

AjaxControlToolkit MaskedEditExtender - custom mask appearance

I'm using a MaskedEditExtender to show users what format they should use to enter a date into a textbox. How do I change the mask to be dd/MM/yyyy instead of __/__/____?
0
votes
3answers
54 views
+100

How to show Selected linkbutton amongs set of linkbuttons in asp.net?

i have one aspx page on which. set of linkbuttons on it. linkbutton1 linkbutton2 linkbutton3 linkbutton4 linkbutton5 if i click on any of them. it should be highlighted. These linkbuttons are …