Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:771057
More Search Options
RSS Available
Matching Posts
Re: [JS] Ask confirm to exit page with pending changes (onbeforeunload)
Hi Ludovico I used the following code for the desired effect: http://www.codeproject.com/KB/ajax/ajaxdirtypanelextender.aspx?fid=447258&df=90&mpp=25&noise=3&sort=Position&view=Quick cheers tongnom
Posted to
Tips & Tricks
(Forum)
by
tongnom
on 2/26/2008
Re: Setting properties of controls literally via code behind
hi jax... hmmm.. nope. I don't know of a manner of putting differnt values on one code line... the only thing that I can suggest is to use a with... statement: Whit Textbox .text = "hello" .visible = false end whit Regards Chris
Posted to
Web Forms
(Forum)
by
tongnom
on 12/27/2007
Re: When accessing resources from external assemblies how to reflect the changes in resx files without RE-COMPILING the external assembly?
Hi Nagu I had the same problem with my applications. I changed my resouce provider to a database, by using the tools of westwind: http://www.west-wind.com/presentations/wwDbResourceProvider/ The thing is free and works absolutely perfect for my needs. Perhaps this is a hint for you to Regards Chris
Posted to
Localization
(Forum)
by
tongnom
on 12/27/2007
Re: Using Diffgram with Detailsview
I Implemented it this way: 1 Imports Microsoft.XmlDiffPatch 2 Imports Microsoft.VisualBasic 3 Imports System.Collections.Generic 4 Imports System.Xml 5 6 Namespace application.diffgram 7 Public Class XMLDiffCreator 8 9 ''' <summary> 10 ''' Crteates an XMLInstance of the Diffgram between Basexml and Targetxml 11 ''' </summary> 12 ''' <param name="BaseXml"></param> 13 ''' <param name="targetXML"><
Posted to
Data Presentation Controls
(Forum)
by
tongnom
on 12/20/2007
Re: dont want datalist to displays text fields if database is null
What I usually do is the following: <table> <tr runat="server " id="trLbl" " Visible =' <%# IIf(len(trim(Eval(" Quotes ")))>0, "True", "False") %> ' > <td><h5>Quotes:</h5></td> < td class ="Quotes">< asp : Label ID ="Label21" runat ="server" Text =' <%# Eval("Quotes") %> '></ asp : Label ></td> </tr> </table>
Posted to
Data Presentation Controls
(Forum)
by
tongnom
on 11/27/2007
Re: dont want datalist to displays text fields if database is null
Hola The eval function is a function you can use to execute code during the databinding. If you have for example a textbox you can bind it like this: <asp:textbox runat="server" id="txtObjectName" text='<%#eval("object_name")%>'> that gives you a lot of possibilities. What I did in the example was a IIF (Inline IF). That's a function, that evaluates an if-Clause in one single line: iif(if-clause, what to do when "true", what to do when
Posted to
Data Presentation Controls
(Forum)
by
tongnom
on 11/27/2007
Re: dont want datalist to displays text fields if database is null
there is a quite easy databinding functionality: < ItemTemplate > < asp : Label ID ="txtTitle" runat ="server" Font-Bold ="True" Style ="width: 100%" Text ="txtTitle" Width ="155px" Visible =' <%# IIf(len(trim(Eval(" txtTitle ")))>0, "True", "False") %> '> </ asp : Label > </itemTemplate> with this eval things you can do lots of stuff.... If you want to resolve this issues
Posted to
Data Presentation Controls
(Forum)
by
tongnom
on 11/26/2007
Re: I want to implement SMS sending option in my project?
Hi Sreenat I think the best option would be a webservice http://www.codeproject.com/cs/webservices/SendSmsThroughWS.asp you can then convert the c# code by using http://converter.telerik.com regards from cold switzerland chris
Posted to
Free For All
(Forum)
by
tongnom
on 11/23/2007
Re: how to get a picture from webcam using ASP.NET
As far as I know, this is not really an ASP.Net Issue. Normally you can configure your webcam, to "push" the taken images in a defined Folder/file which you can add to your webApplication by using a virtual directory. Basically you could search your webcam-vendor's homepage, if they offer a Dll or something that you could use in your webApp to "shoot" the pictures whenever you want to. But this is rather complicated. hope this helps.... regards from cold switzerland chris
Posted to
Web Forms
(Forum)
by
tongnom
on 11/22/2007
Re: IIS vs. ASP.NET Development Server
I don't know if this helps but I remember to do some settings in IIS and on the SQL Server to guarantee the RDA (Remote Data Access). Take a look @ http://msdn2.microsoft.com/en-us/library/bb226707.aspx ( I know this is sql 2005 compact edition, but I guess you'll find some clues in there) regards from cold Switzerland Chris
Posted to
Configuration and Deployment
(Forum)
by
tongnom
on 11/22/2007
Page 1 of 3 (26 items) 1
2
3
Next >
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online