Click here to Skip to main content
15,914,481 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: File uploading/downloading and access control/security Pin
Jerry Evans15-Feb-08 12:37
Jerry Evans15-Feb-08 12:37 
GeneralRe: File uploading/downloading and access control/security Pin
LloydA11115-Feb-08 12:58
LloydA11115-Feb-08 12:58 
GeneralAutomation server cannot create object ERROR Pin
Sutheesh13-Feb-08 22:17
Sutheesh13-Feb-08 22:17 
GeneralRe: Automation server cannot create object ERROR Pin
Shog914-Feb-08 3:57
sitebuilderShog914-Feb-08 3:57 
GeneralRe: Automation server cannot create object ERROR Pin
Nilesh Hapse14-Feb-08 22:20
Nilesh Hapse14-Feb-08 22:20 
QuestionHOW TO SEND RESULT OF AN ASYNCHRONOUSLY CALLED WEBMETHOD TO A WEBFORM AFTER RENDERING THE WEBFORM? Pin
syamooo13-Feb-08 17:17
syamooo13-Feb-08 17:17 
GeneralAll CAPS subjects are off-putting. I now think you're a twit, based solely on that observation. PinPopular
Shog914-Feb-08 3:59
sitebuilderShog914-Feb-08 3:59 
QuestionHow to fire repeater table onresize event? Pin
vicky45713-Feb-08 12:18
vicky45713-Feb-08 12:18 
Hi,

I use repeater to list data from database. Once the repeater is populated, I want to get the column width for each column in the repeater table in javascript function. I am trying to do in table's onresize event. The code is shown as below:

...

<script type="text/javaScript">
function getColumnWidth()
{
alert("List the width of each table column");
//get the width of column and do something
}
</script>

<table id="tbTableBody" onresize="getColumnWidth()" >
<asp:Repeater id="rptAccounts" runat="server" >
<ItemTemplate >
<tr>
<td>Field1 value </td>
<td>Field2 value </td>
<td>Field3 value </td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>

...

However, onresize event doesn't fire at all. If I use onmousemove, instead of onresize, the javascript function getColumnWidth() will get executed. But if the page is loaded, but the user doesn't move the mouse, then the javascript function will not be able to executed.

Does anyone know what I need to do to make it work?
Thanks in advance!
GeneralConfirm box's title Pin
Brendan Vogt13-Feb-08 2:29
Brendan Vogt13-Feb-08 2:29 
GeneralRe: Confirm box's title Pin
led mike13-Feb-08 13:26
led mike13-Feb-08 13:26 
GeneralRe: Confirm box's title Pin
keyboard warrior14-Feb-08 7:23
keyboard warrior14-Feb-08 7:23 
GeneralRe: Confirm box's title Pin
Johnny ²13-Feb-08 17:21
Johnny ²13-Feb-08 17:21 
GeneralRe: Confirm box's title Pin
Shog914-Feb-08 4:02
sitebuilderShog914-Feb-08 4:02 
QuestionCalling/firing/triggering an event from a button click Pin
Brendan Vogt13-Feb-08 0:46
Brendan Vogt13-Feb-08 0:46 
GeneralRe: Calling/firing/triggering an event from a button click Pin
Paddy Boyd13-Feb-08 5:01
Paddy Boyd13-Feb-08 5:01 
Questiononbeforeunload firing twice Pin
Brendan Vogt12-Feb-08 23:24
Brendan Vogt12-Feb-08 23:24 
GeneralRe: onbeforeunload firing twice Pin
Ioan Anton14-Feb-08 10:33
Ioan Anton14-Feb-08 10:33 
QuestionHelp required please: Document Upload and Email Verification Pin
Freeweight12-Feb-08 6:14
Freeweight12-Feb-08 6:14 
GeneralRe: Help required please: Document Upload and Email Verification Pin
Steve Westbrook12-Feb-08 9:53
Steve Westbrook12-Feb-08 9:53 
Generalgenerating reports and exporting to .xls, .pdf and word Pin
livez12-Feb-08 4:24
livez12-Feb-08 4:24 
GeneralRe: generating reports and exporting to .xls, .pdf and word Pin
Paddy Boyd12-Feb-08 4:31
Paddy Boyd12-Feb-08 4:31 
GeneralRe: generating reports and exporting to .xls, .pdf and word Pin
livez12-Feb-08 20:15
livez12-Feb-08 20:15 
GeneralCannot use a leading .. to exit above the top directory. Pin
acodman12-Feb-08 3:29
acodman12-Feb-08 3:29 
GeneralRe: Cannot use a leading .. to exit above the top directory. Pin
andyharman12-Feb-08 7:47
professionalandyharman12-Feb-08 7:47 
GeneralRe: Cannot use a leading .. to exit above the top directory. Pin
Expert Coming13-Feb-08 4:56
Expert Coming13-Feb-08 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.