does anyone know how to Get concatenated string by passing (original string,font type, width in pixel required for the font to fit in)......windows forms has a function like this in System.Drawing.Graphics.MeasureString.........is there any function like this for web??.
i meant truncated not concatenated string
Yo can use that function.... something like
System.Drawing.Graphics.MeasureString(strNombre, Font).Width
Rodrigo Iloro Negri
Software Craftsman
Microsoft Certified Professional
Light Solutions
Buenos Aires - Argentina
Am I the only one that's having trouble with MeasureString returning a completely wrong value? When debugging a GDI+ heavy app I'm working on currently, I've been finding that MeasureString is often over double the correct length.
Encosia - ASP.NET, AJAX, and more.
Latest article: How I handle JSON dates returned by ASP.NET AJAX
join the club man ..same thing over here...if you or i find a good solution we can exchange ideas..cool?