Hi,
We are writing an application in asp.net 2.0.
We have used menu control and made it a usercontrol. I have Partial cached the user control.
After caching the user control, this is being used in a Master Page.
Everything was working fine without caching but after caching the control, it is throwing null referance errors randomly.
Sometimes it works and soemtimes it does't....
User Profile
Collapse
-
Partial page caching errors?????
-
console app, need help
Hi
I have created a console app. Which as if statements
if(a>b)
{
Create(a);
}
else if( a<b)
{
Update(a);
}
if(a==b)
{
//Console.wirte(" a equals b");
}
it is working fine but if the first if statement becomes true, it is going out to console and stops there. It is not executing the second if statement.]
I want... -
As per my understanding.
Go to properties of that button, selete the tab index and set it.
TabIndex is something which is selection order of controls .
so go to all the controls, like for example
set textbox tab to 1
set button tab to 2
so immediately after text box it sill select the button
U can also search in the web about the above.
I hope it helps. -
export from asp.net to multiple excel worksheets
Hi,
I have written an application where onclick of a button, asp.net page is exported to an excel spreadsheet.
But now the client want to have multiple spreadsheets.
for example sheet1 has some date, sheet2 has some date. And also each should be given a name.
How do I do that?
Any help would be appreciated.
Thanks
Priya -
-
copy to a folder
hi,
I have created a .aspx page, where it generates a matrix in excel sheet.
I passed projectid and other three items in query string.
Now whenever a user generates a matrix ( i mean opens the .aspx page)
it should also be stored in a folder on the server.
I mean that page should be stored in a folder on the server.
For example, if the aspx page is c:\\test.com\pg My.aspx?pid=823 & p=1... -
-
Hey, thanks for ur reply.
U know what when i make the treeview invisble i dont see the page not found error.
What coulld be the problem??????
thanksLeave a comment:
-
Hi,
thanks for replying.
I did all the above, its working on my development box, which has xp.
Our server has win 2003, there comes the problem.
If i see the page, it says page not found. If I make the treeview invisible in its properties then that page works fine.
Can some one help.
Thanks......... ..Leave a comment:
-
Can treeview for .net 1.1 on windows 2003?
I want to know can treeview work on windows 2003 for asp.net 1.1 version.
The treeview is free download from microsoft website.
Thanks -
I did check for windows, there is windows folder but there are no folders under it.
but the path exactly matchs the winnt
like c:\winnt\system 32\..........
I dont know what i should doLeave a comment:
-
http://forums.ebay.com/db1/thread.js...=1146596350661
here is the answer, but our test server is on winnt
but the under the properties of the page it is showing me c:\windows\....
very confusing.........Leave a comment:
-
-
Page not found error loading a treeeview
:confused: Hi,
I have created a treeview control in asp.net 1.1 and worked perfectly fine on my development box.
Now I have uploaded the pages to my sandbox(test box),
everything is fine there ( pointing to dll, src path ect).
but when try to open the tree view it says page not found error http 404.
when I checked the properties of the page it has wrong path.
res://C:\WINDOWS\syst em32\shdoclc.dl... -
Hi,
According to what I understood.
1. Get the data into datareader / dataset
2. Loop thru it and get the data of check list.
3. Try to load the data for which u want to check the items.
ex: if u want to chek all the items starting with 'a' - send them to a dataset
4. So inside the loop of datareader compare them and set them to checked.
ex:
foreach(DataRow drow in dset.Tables[TableName].Rows)...Leave a comment:
-
-
Checked nodes
Hi,
I have a treeview control, I am using asp.net1.1 .
I have made nodes.check = ture that is check boxes appear at the nodes.
But now I want to know how to get the checked nodes values. So that when a user checks 4 nodes and clicks the submit button.
Those four values should be displayed.
AfterSelectInde xChange is not working, I dont know why?
Its really urgent.
Does any one have... -
checkboxes in a treeview control
Hi,
I am using asp.net 1.1.
I am using treeview control in my application. I want to use check boxes for all the nodes. We have an option called "nodes.chec k = true" where we can get the check boxes. But I want to know how to handle the checked event of this.
For example if I check three nodes and click submit button then the values of those selected nodes should be displayed.
How can I accomplish this?
... -
Hi,
I have a page "mail.aspx" , where I have used smtp to generate mails.
Now I want to execute this page daily evening at 5.00 pm and send emails.
How do I do that?
I went through google and found that I have to write scripts to make it automated i.e., .exe file. But I dont know how to write it.
Its really urgent.
Please reply ASAP.
Thanks...Last edited by priya0123; Jun 9 '06, 04:14 PM.Leave a comment:
-
No activity results to display
Show More
Leave a comment: