Forum: C# Mar 3rd, 2008 |
| Replies: 0 Views: 1,589 Hi all,
I want to create an ActiveX component in C#.NET which will be called/accessed by Flash application. In my ActiveX I want to scan local media files (.avi, .wmv etc) on client machine & also... |
Forum: C# Nov 21st, 2007 |
| Replies: 0 Views: 1,168 I have a TextBox UserControl wid properties such as 'ApplyRequiredFieldValidator=true', 'ApplyRegularExpressionValidator=true', ControlToCompareForCompareValidator="txtPasswords" etc
they all works... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2007 |
| Replies: 6 Views: 6,212 i want to pick all the image files in a given dir path at clientside and display it on my webpag ..
i cant access those files on server side if i say <img src = "c:\a.jpg"/> it will search on... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2007 |
| Replies: 6 Views: 6,212 Is there any client side java-script to read local path like "c:\my documents\xyz.jpg" and then display image on web page
I have an xml file which contains local file path and i want to display... |
Forum: MS SQL Sep 26th, 2007 |
| Replies: 0 Views: 688 Please Help me how to use
FOR_XML_NULL_TREATMENT
Can u please provide a sample code. |
Forum: ASP.NET Sep 26th, 2007 |
| Replies: 0 Views: 21,721 Hi,
I have a problem in my code.
I am putting a image icon in my coe and want to call the code behind function Left_Click() on its OnClick() event.
But the Click event is generating after two... |
Forum: XML, XSLT and XPATH Sep 20th, 2007 |
| Replies: 1 Views: 1,547 I've following database structure (just junk values)
[ChannelID] [ChannelName] [ChannelCatID] [RSSFeedURL]
1 YouTube 1 ret
2 GoogleVideo 1 ert
3 MSNVideo 1 rtertert
4 ABC ... |