|
i trying to upload the image in Visual Studio.
please help me.
thank you
|
|
|
|
|
You can use drag & drop to place the image in your solution or the context menu, Add Existing Item. However, if you haven't been able to figure this out, then the tool is beyond your current capabilities and skills. Find another tool, learn the current one, or quit while you're behind.
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
Erhm, I don't clearly understand your question, however what I made up, is that you're developing an ASP.NET website using C#, and you want the display I file which you can select from harddrive. Im I correct here? Have you considered reading Konstantin Vasserman's article
File Upload with ASP.NET[^] which helps you step by step?
|
|
|
|
|
|
hi
I need to know how to show the loading image in gridview while loading for each row using javascript. only for that single column getting data from some other db.
|
|
|
|
|
Something like this?
function LoadDataRow()
{
var img = document.GetElementById("image");
img.style = "visible";
img.style = "hidden";
}
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
Hi
When To Call this JS function.
|
|
|
|
|
Are you serious? If you can't figure that out you should not attempt this project. Go to your manager and tell them you are not capable of theis work and ask to be reassigned to the mailroom.
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
Hi Code Project,
I got solution for my problem. Its very easy to show the loading image for each row in grid view. I'l upload the described answer soon....
Thanks,
S.Raja
|
|
|
|
|
Hello, I have been developing web framework based on asp.net, would not you take look at it ? I would be very happy to hear your opinion.
http://liveui.net
|
|
|
|
|
Intresting, do you plan to create articles describing your framework?
|
|
|
|
|
Thanks for reply. Currently the biggest problem is documentation, I've started writing manual already and going to write article for codeproject. I hope it will be published in about two weeks.
|
|
|
|
|
Hello everyone,
I need an ajax enebled datagrid which should have options like master detail grid, filtering, sorting, exporting.
I got such control in OBOUT but its a not free control.
If any one know such free custom datagrid control having such functionality(atleast some of it) then please let me know.
Is silverlight having such datagrid?
|
|
|
|
|
|
Hi All,
Can i know how to save multiple values in a singleproperty?
i know we cant use viewstate for that?
please let me know asap if any alternate way is there?
Thanks In advance
|
|
|
|
|
|
Hi,
Thankyou for ur reply.
Yes we can do the same if the controls which we r binding will be static.
but we have to bind dynamic controls,in that case if in same page we have multiple dropdowns then we need to save those values.
I need that.
|
|
|
|
|
then use arraylist for that...
|
|
|
|
|
yamunarani wrote: singleproperty?
what do you mean by single property??
|
|
|
|
|
Right now i am binding conrols dynamically in a page ,
according to the controlids in DB we r binding different controls.
so,if in one page if we have multiple DRopdownlist then how to store those values.
Right now i am saving values in viewstate for tha dropdownlist.
but viewstate can hold one value right
so i need alternate solution
can any one know?
|
|
|
|
|
I m having a dll in my bin folder containing a function .i want to call
the function from my asps page.i m new to asp.net
|
|
|
|
|
naveen attri wrote: .i want to call
the function from my asps page
1. Include the DLL Namespace in Webpage
2. Create Object of Class
3. Call the class function using object
|
|
|
|
|
is there any need to register the dll. it is already in my bin folder.
|
|
|
|
|
just give the reference and create a instance and use it...
|
|
|
|
|
is it a .NET DLL ?
Vuyiswa Maseko,
Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.
C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/
|
|
|
|