how

How do i add tooltip to a datagridtextcolumn

Hi all, I'm using WPFtoolkit Datagridd ,I have to wrap text in a datagridtextcolumn or I have to add a tool tip to the text column .I have searched the net but i coulddn't get a proper solution.Expecting your's valuable suggestions... ...

ASP.net How to Center Exported image in Excel

Hi there, I have to export some images to excel, To center the images I use a table and colspan=4 to merge four columns of excel file, when I write a text to excel file it is easily get centered, but for image I tried every possible scenarios, like img algin="center" or and even put it inside a table and , but the result is the same....

how to display content of a file upload control in a label just by browsing it & without clicking a button without help of AJAX

I have a file upload control without upload button & a label in a page. I want to display the content of file upload control in that label just after browsing the file upload control.I want to do this without help of AJAX.So how to do this ? Can anyone kindly help me ? Please write the code using C# language not in VB. ...

How php and own frameworks works in background ?

i am new on web programming .i am good on c# .net platform on desktop. i tried to understand php and php frameworks but i get confused a little . i understand that a php file can import classes which is in the file into another php file with require_once function. but frameworks doesnt import his own classes with require_once function...

How to work with NSTimer

Im using alot of timers in my application. For recording time, moving object, fading etc. I use the same timer for several puposes in the same view at different times. How should I declare and invalidate or release my timers properly? Atm Im declaring the timers like this: fadeTimer = [NSTimer scheduledTimerWithTimeInterval:0.1 target:...

vba how to update fields

I would like to update a Word field from a VBA macro. The Word Doucument is wrdDoc in the code below. When I run the code I get a Type mismatch error on retrieving the properties. If anyone can help I'd be really grateful. Dim objCustomProperties As CustomProperties Set objCustomProperties = wrdDoc.CustomDocumentProperties For i = 1 To...