May use on item data bound event and create a new image cell and by downcasting paste it to the cell u want
Mikail Çetinkaya . The C# DEveloper
May use on item data bound event and create a new image cell and by downcasting paste it to the cell u want
Mikail Çetinkaya . The C# DEveloper
Check this article on codeproject: Send Messages Using The Net Send Command - Syed M Hussain
Mikail Çetinkaya . The C# DEveloper
look on javascript window.open function it has many parameters to do your job Look at document.childpage or child Window ? to exchange parameters
Mikail Çetinkaya . The C# DEveloper
Make textbox multiLine true or close Page Validation on page settings of the page
Mikail Çetinkaya . The C# DEveloper
Use a hidden field on form and in client script code put value into it (dropdown client onSelectedChanged event)
Mikail Çetinkaya . The C# DEveloper
My answer will not be a .NET way answer but an answer to dealing multi format vector and non vector medias. Try to use Tex on this kind of management. Because of the human readable syntax of Tex document management system(open source on Windows and Linux), it is possible to do anyting on any document medias. Any media can be prepared and rendered into and from Tex. it is more of a Linux way of solution. Render strings that Tex Requires and select output format, that is it. Google LaTex and tex, give it a go.
Mikail Çetinkaya . The C# DEveloper
i am no geek on resources but for first problem; make an aspx page that reads the given parameter matched resource . some page like readresource.aspx?param=Picture1 ... it will be a page like database blob picture to image page. but you wont use db but the resource. maybe this solves your both problems... for such a page sample search codeproject with "database image" or "resource image" with only asp.net selected on detail search Mikail Çetinkaya . The C# DEveloper
you can cache the whole page like Cache["Page2"]=this; and take it back page2=(Pageobj)cache["Page2"]; Mikail Çetinkaya . The C# DEveloper
not sure but on options of project there is an option to app for being fully trusted or u can check out deployment pattern on http://www.msdn.com patterns&practices section... Mikail Çetinkaya . The C# DEveloper
it is like ipv6= 0.0.ipv4 Mikail Çetinkaya . The C# DEveloper
it is easy if your program is working when one tries opening any app. make a system tray docking application and loop through processes that are loaded; or subscribe to processpool events. for more info search at codeproject for singleton pattern sample where it looks for a process with the same name. your code is similar... or by vs toolz for office (vsto addin) for vs2005 has many plugin features.(accessible on msdn office developer center u need licensing...) choose whatever uwant Mikail Çetinkaya . The C# DEveloper
try onload manually declaring encoding like Response.encoding="XXXXX" Mikail Çetinkaya . The C# DEveloper
this type of question is answered in this forum pls. search on forum and cp Mikail Çetinkaya . The C# DEveloper
it is all about that textbox viewState data. your controls doesnot take proper encodings to store viewstate data , agressively inspect properties of them and use a html textbox control Mikail Çetinkaya . The C# DEveloper
after declaring mail body as html and specifying the encoding of mail ; you can specify a form in html and set its post property to your aspx that stores data. Even more u may even use ajax tecniques for that Mikail Çetinkaya . The C# DEveloper
make a network mapped drive to where u want to access and then like c: goto X:\... Mikail Çetinkaya . The C# DEveloper
anyway, u are right; the best would be loading that dll at runtime and run that compiled functionality of compiled code in asp.net sandbox. Or atleast prepare a security restriction that just fits. Or any other suggestion? i would like to hear from u... Mikail Çetinkaya . The C# DEveloper
on iis machine map a network drive on the files on linux machine that has a file server configured. By that network drive read/write/exec props given as required, define a virtual directory there.:doh: Mikail Çetinkaya . The C# DEveloper
make the excel outputting page a seperate page where by parameters it can output any excel shape. it normalizes code and prevent copy pasting excel generation through pages. transfer page to there with proper parameters. Mikail Çetinkaya . The C# DEveloper -- modified at 11:35 Monday 9th January, 2006