Hello,
I have a stotred procedure which grabs the parameter value from a table in a loop. I need to execute dts package and pass this parameter to it. I created a global variable and used the following sql statement
declare @run_me varchar(1000)
set @run_me = 'dtsrun /S devsql2k /U...
Hello,
I am using Access2000 and we generate report every morning and email it to different people. Is there anyway to automate this process.
Run the report at scheduled time and email to recepients?
Thanks
Hello,
I have a report running off of stored procedure.The report works fine on some computers but not on others. The stored procedure istiming out on computers where report doesnt run.Any advice??/ I am running access 2000.
Thanks
Thanks cLFlaVA !!!
but I have one more field to be selected. If I select that field the results are not same.
Date Tag1 Tag2
2005-10-08 09:00:00.000 0 0
2005-10-08 09:00:00.000 1 1
2005-10-08 09:15:00.000 0 0
2005-10-08 09:15:00.000 1 0
2005-10-08...
Hello,
How do I get max tag1 for given distict dates?
DATE TAG1
2005-10-08 06:15:00.000 0
2005-10-08 06:15:00.000 1
2005-10-08 06:30:00.000 0
2005-10-08 06:30:00.000 1
2005-10-08 06:45:00.000 1
2005-10-08 07:00:00.000 0...
Hello,
I have place holder in my form in a table row. I am adding dynamic controls as a table inside the palace holder. The controls add fine, but theres empty space before table.The place holder shows a big space and then table with controls. Any idea why this is happening?
Thanks
Yes,Thanks.Its very good article .I have it as referance for my current project. I am new to asp.net and I am going through pitfalls. I resolved the issue of viewstate but I am still having problems retrieving values from dynamic text boxes. Any suggestions will be greatly appreciated as ever...
Thanks for your quick reply.As in my code above, when I select some thing from dropdownlist, it hits pageload but returns error object referance not set to an instance of variable.
I think may be its due to my setting viewstate mode to 1 doesnt occur untill I load controls. But how do I check...
tgreer,
I checked the link which you referred. I think I referred that before also.
http://www.tgreer.com/aspnet_html_04.html
When does LoadViewstate fire?
Thanks
Thanks tgreer. Here is my code. I think I tried everything.
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using...
Hello,
I have created few dynamic text controls and I have a button which becomes visible when these controls are created. After I enter some text and press button, my text in dynamic text boxes is diappearing.
Please advice
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.