|
these plugins do not read files from folder....not dynamic....
Inderjeet Kaur
Sr. Software Engg
|
|
|
|
|
Is there any way to do the Office automation on server without installing office on server?
ONe Way i know that create Open xml format.
|
|
|
|
|
As per my knowledge, not possible.
Parwej Ahamad
|
|
|
|
|
I recently set up a build server for our team and some of the projects used office automation. All I did on the server was to install Ms Office PIA's that resolved our builds but not sure if the code would run from there. Maybe test it and see?
|
|
|
|
|
How do you think that will work? A Primary Interop Assembly just encapsulates the calls to the COM components. At runtime, the PIA will try to instantiate the COM control, and without the COM control installed on that computer, you'll get a runtime error...
|
|
|
|
|
Inside the data grid in the item template the button was replaced with check box for more feasibility and if I click the button, the panel is displayed accordingly and the panel elements are also displayed along with its contents.
Now my requirement is to change this button in item template with a checkbox and in the header template have included another checkbox.
I am able to select the items in the check and also able to check all in the data grid. I have two panels A and B(say),when i check more than one check box then panel B is to be displayed.
When I check only single checkbox then panel A is only to be displayed.
In my case ,when this check box is checked I am able to see the panels A and B for their corresponding action but the elements inside the panel such as (corresponding row's data base events are not fetched properly) . Can any one explain me clearly how to resolve this with some sample example or can you help in my code?
Vandana
|
|
|
|
|
Can any one help in this ???
|
|
|
|
|
|
Hi dear friends,
i want to make a web site with asp.net .
www.asaydinlatma.com.tr
how can i create like this web site with asp.net?
Anyone can help me about this?
Thanks so much
|
|
|
|
|
You have not given any indication of your skills or experience, so I can only suggest you start with the ASP.NET website[^]. You can also look at the Articles[^] here on CodeProject for more tutorials and samples.
Programming is work, it isn't finger painting. Luc Pattyn
|
|
|
|
|
you are right. but at the most i wanted to learn that when i click one category of any products group so how can i show my pictures and how will i display their specifications on page.
i can achieve other side of www.asaydinlatma.com web site. but i dont know how to show pictures on page like this way, and how to show products specifications near the pictures.
|
|
|
|
|
As suggested by Richard, the only way to learn is by doing it yourself. I doubt anybody will just create a page and hand you the code.
Why not get an understanding of the page you mentioned, by looking at it's source code. Copy the code to notepad or similar, save it with a htm extension, then start modifying the code to understand what's happening and why. Read a good book on HTML, then move onto either JavaScript and CSS.
The once you have those skills start adding server functionality to the page using either Classic ASP or ASP.Net
|
|
|
|
|
ok. I have started to create master page firstly. i wish from now on you can help me . Now i have a banner part(header),menu part (left side) and footer part in my master page. i want to fix %100 of my image to header part but my image is big sized. how can i fix my image to header part?i want my image appears %100 in my header row.
|
|
|
|
|
I have a 2010 C# web application that I am writing where I want to be able to access some excel files that are located on a web server. I know if I want to access the files on my own workstation I would do the following:
file://localhost/c:/work/app or file:///c:/work/app.
However I do not know how to access the files on another web server. What syntax would I use?
|
|
|
|
|
You would access the file via a UNC path, such as, \\server\share\file.name, or via a mapped path if it has been created. However, the path must be accessible to the ASP.NET user account the context is running under.
Failure is not an option; it's the default selection.
|
|
|
|
|
can you show me the full path you are referring to? the very start if it is file http or whatever it its?
|
|
|
|
|
|
|
With a connection, a select statement and a data bind.
|
|
|
|
|
|
Create a SQLDataClient obejcts to Interact With Database.. like SQLCommand, SQLConnection, SQLDataAdapter and one Datatable.
Write SQL Query and bind it with SQLCommand Object along with Type of Query either a Text or StoredProcedure. Then provide a Connection to that SQLCommand object.
And finally execute the query with ocmd.ExecuteNonQiery..
now put the output in Datatable like as:
oDA.SeelctCommand = oCmd;
oDA.Fill(oDT);
Now we have data in Data Table object (oDT).
No w bind it to your dropdown list..
like ddlTest.DataSource = oDT;
ddlTest.DataBind();
- Happy Coding -
Vishal Vashishta
|
|
|
|
|
Hi friend,
i am working in Asp.net 4.0,C#,IIS 7.0 and OS- windows 7 or window server 2008 R2.
My application lost session value frequently,even i am working on the page.
Following error log is generated in windows Log.
Error Log
1. Event code:1001
Application is starting .
2. An account was successfully logged on.
Subject:
Security ID: SYSTEM
Account Name: CARLTON4$
Account Domain: WORKGROUP
Logon ID: 0x3e7
Logon Type: 5
New Logon:
Security ID: SYSTEM
Account Name: SYSTEM
Account Domain: NT AUTHORITY
Logon ID: 0x3e7
Logon GUID: {00000000-0000-0000-0000-000000000000}
Process Information:
Process ID: 0x284
Process Name: C:\Windows\System32\services.exe
Network Information:
Workstation Name:
Source Network Address: -
Source Port: -
Detailed Authentication Information:
Logon Process: Advapi
Authentication Package: Negotiate
Transited Services: -
Package Name (NTLM only): -
Key Length: 0
This event is generated when a logon session is created. It is generated on the computer that was accessed.
The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).
The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.
The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
The authentication information fields provide detailed information about this specific logon request.
- Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
hi, This is sarvesh kumar .
|
|
|
|
|
edit your post and apply formatting where necessary. This is unreadable crap.
Failure is not an option; it's the default selection.
|
|
|
|
|
How frequently? What is set in config file? IIS?
Check them and make sure they are in sync. Also, if application pool recycle time is not less than the session timeout configured time.
|
|
|
|
|
pooling=true;Min Pool Size=20;Max Pool Size=200;Connect Timeout=120;
<sessionstate mode="InProc" cookieless="false" timeout="50">
i have used web.confing setting. but session value lost.
---how to set sync..
hi, This is sarvesh kumar .
|
|
|
|