|
how to upload multiple Directories/Folders on the Server
plzz send me some Demo Or Link
|
|
|
|
|
I don't entirely understand. Are you looking to upload multiple folders to the server or are you trying to upload a single file to multiple folders located on the server?
As far as I know, you can't upload folders directly to a server, only files (someone please correct me if I'm wrong). If you want to upload an entire directory, you should first zip it up and then upload this zipped file to the server.
hth
-Goalie35
|
|
|
|
|
|
Any particular reason why you aren't using the datagrid or gridview?
|
|
|
|
|
In fact i am using the gridview to show the data but the header of the gridview, I am building it in this method. The reason is that I don't think that is possible to build a header for the grid I need through the gridView:
Open this link and see the header I am talking about
http://yoni.minicircuits.com/DetailMixer.aspx?Flag=0&PS=sm&FreqRFLO_Low=540&FreqRFLO_High=580&CLossMax=7
Eric H.
|
|
|
|
|
I think you're making this much harder than it needs to be.
|
|
|
|
|
What do you mean? what harder?
Eric H.
|
|
|
|
|
Since the DataGrid/GridView have this functionality built in, you should use them as apposed to manually creating an html table.
|
|
|
|
|
Do I be able to build, through the gridView control, the headers as I did in:
http://yoni.minicircuits.com/DetailMixer.aspx?Flag=0&PS=sm&FreqRFLO_Low=540&FreqRFLO_High=580&CLossMax=7
If yes, help me.
Thanx
Eric H.
|
|
|
|
|
Sorry, can't view that website from work. But, you can pretty much do anything you want.
|
|
|
|
|
hi,all...
for the last 3 days i am trying to find out how can i retrieve the security settings of client's browser(Internet Explorer) which he sets with the help of "Internet Options"
then selecting the "Security" tab and "Custom Level " setting...
i want to retrieve these settings on server side...with the help ASP.NET
so if anybody knows the answer please help me out...
its really frustating..
i tried by using
1)Browser Helper Object
2)InternetExplorer Object
3)HTTPBrowserCapabilities
4)WebBrowser Object
another way could be "By Getting The Handle Of Security Window"
please tell me Is there any which will Serve my Purpose
|
|
|
|
|
I have a problem and I think that WebService may be a solution for me.
I am working in a company that is divided 2 companies: one in USA and one in Asia.
We have 2 different servers, one in USA and one in Asia and our website is running in both of the servers that are always updated as same.
We add in both of them the total visitors. The problem is that we want to get the total number of visitors of both Servers:
USA visitors+ASIA visitors in both servers. For example if USA Visitors=12000 and ASIA visitors=9000, I would like to see in both servers 21000.
May I use WebService, if yes how to do it? If no any idea.
Eric H.
|
|
|
|
|
What is the problem you're having with the webservice. It seems like it's very straight-forward.
|
|
|
|
|
I don't understand your reply, please review my post, it s clear,isn't it?
Eric H.
|
|
|
|
|
No, it's not. Like I said it seems very straight-forward. Basically, a non-issue. Where are you storing the value?
|
|
|
|
|
Sorry,
I am saving the value to a text file in each one of the servers.
Eric H.
|
|
|
|
|
There is your problem. Either store it with the webservice, or have your webservice read the location on each server and add them.
|
|
|
|
|
Hi all,
In my asp .net application, i need to find,
1. Next month First date from Today's Date
2. Current month First date from Today's date
Please help me..
|
|
|
|
|
Use the Now property of the DateTime structure to get the current date. Use the Year and Month properties to get the current year and month from that. Use the constructor for the DateTime structure that takes year, month and day to create the dates.
---
b { font-weight: normal; }
|
|
|
|
|
That is a perfect answer to a question. You helped them, but did not do their assignment. I wish that everyone would answer questions this way. It is informative, and makes them do their own work.
|
|
|
|
|
Hello,
I have one user control contain simple web form nothing special.
I have registered my control in my sample.aspx
It is working fine as per my wish in Mozila But It's not work in IE.
And this amazing that when i click on submit button I does'nt react all means nothing happens even page not reload. It is like some requirevalidator blocking to submit form. But I don't use requirevalidator.
I am totally surprized what is this? Is this is due to using of control or what??
Please help me ,I did not find anyway to resolve this issue.
Thanks in advance
Kunal Mehta
|
|
|
|
|
Can a control hav other control in it.
rahul saini
|
|
|
|
|
yes
Regards,
Suresh Dayma
Everything Is Possible!
|
|
|
|
|
thanks for ur rply for my post.
but I have one user control contain simple web form nothing special.
I have registered my control in my sample.aspx
It is working fine as per my wish in Mozila But It's not work in IE.
And this amazing that when i click on submit button I does'nt react
all means nothing happens even page not reload. It is like some
requirevalidator blocking to submit form. But I don't use
requirevalidator.
I am totally surprized what is this? Is this is due to using of control
or what
Please help me ,I did not find anyway to resolve this issue.
rahul saini
|
|
|
|
|
Hi
I was looking to develop simple digital dashboards starting from msdn tutorial, but i am unable to find Digital Dashboard Resourse Kit. Can any one help out here, Is resourse kit still available?
Regards
Shajeel
|
|
|
|