|
Well the problem is you didn't even start thinking Try to figure out few ideas and we'll help you here with those.
|
|
|
|
|
You Have No idea of what you a re developing..!
No Asp.net Page is Going to develop a formula..!
You have to write code or the store procedure to make the formula work depending upon the output You have to analyze tht..!
shikhanirankari wrote: i can't understand where to start.can anybody help.
First try to get all the formulas ..!And check how to implement them..1Its same as all the websites..!
Check..! is there any websites are developed before ?and try to analyze their website..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
there is not any list of formulas in that, i inquired 4 that. just know there are some software for that like arcinfo etc which can help.
but i can't find any website which can teach or show any such kind of application.
if u or anybody have seen such site then please tell me.
according to me i need to use statistical application to develop this like arcinfo which can analyze the user input and create formulas dynamically. so i m trying that application know.
creation of dynamic formulas on basis of user info is the major problem in the application as there are no rules for that according to the information provided to me.
it is like developing a application having artificial intelligence.
|
|
|
|
|
arcinfo is GIS type of websites..!
You are completely lost my friend..!
http://en.wikipedia.org/wiki/ArcInfo[^]
there will be formulas ..!
Is it for client or for your learning..!
First try to analyze the requirements..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
i think u r online.
the objective of the application is:
a user is provided a provision to enter the data of 10-20years of soil n the application will have to analyze that data n give decision what kind of changes or the consistency a soil follows.
only this much info is provided to me.
now i m confused at a point how to add analization n decision making feature in the appl and it is the mainly required feature.
i never made such kind of appl, thats why put the question here.
|
|
|
|
|
shikhanirankari wrote: will have to analyze that data n give decision what kind of changes or the consistency a soil follows.
for that You have to write some formulas depending on the formulas check the values..!i.e. column name of the data..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
|
Nope..!I am Talking abt Formula nased applications..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
modified on Friday, November 6, 2009 11:30 AM
|
|
|
|
|
I am using RDLC Reprot viewer in that report I hav to make export to excel link disable but not export to pdf link.
Plz help.....
|
|
|
|
|
I searched in google..! and found this try it may help..!
Installation folder may be different from MSSQL.1, can be MSSQL.2 or MSSQL.3 (search for rsreportserver.config under Program Files\Microsoft SQL Server if not found)
Here are the more detailed steps for Disabling Excel Export Option in Reporting Services -
1. Go to Database server where reporting services is installed, open the rsreportserver.config file located at -<Drive Letter>:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer2. Go to <Configuration> <Render> section.
3. Change this entry <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering"/>to<Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" Visible="false" />i.e. add Visible="false" for Excel rendering extension, or you can comment this line too.
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
thnx sashidhar but I want to change it from code file based on some requirements.....
|
|
|
|
|
|
thnx sashidhar its done.......
|
|
|
|
|
Any Time...!
but you gave me 3..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
Is it possible to insert dynamically generated html table directly into an Excel using interop. Please reply...
Thanks in advance,,,,
|
|
|
|
|
How it Is related to asp.net..!
Try the other forums my friend..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
I am using it in asp .net itself... code behind is C# .... please let me know if it is possible or not......
Thanks in advnce...
|
|
|
|
|
|
hi,
I have a treeview node that has a NavigateUrl="~/Project.aspx" . I want to append a querystring variable of a public variable from the code behind
like NavigateUrl='~/Project.aspx?<%#strLang%>' but this doesn't work.
|
|
|
|
|
from Codebehind ...
then write like this..
NavigateUrl='~/Project.aspx?lng=strLang
|
|
|
|
|
hi,
am using rewrite url.
my code is like this
NavigateUrl="/Projects/<%=lname%>" this doesn't work.
|
|
|
|
|
hello,
I want to track / or want to excecute some function (javascript/server side)
when any user try to close the Internet Explorer window forcibly.
i tried so many googling.....
but didn't get any desire result..
Amit Agarwal
|
|
|
|
|
It is really not good to track the browser close event. You can do that using :
if(window.event.clientX < 0 && window.event.clientY <0)
{
}
Call this Method From Body Unload.
But it wont do when user forcibly close the browser. If the user normally close using Close [X] , Alt+F4 , File -> Close it will run your code.
But if the user ends the process from TaskManager...
So I strongly suggest you not to track browser close. Rather track Session Timeout in the server.. If not your requirement really needed this.
|
|
|
|
|
Thanks for your valuable suggestion, code and time.
actually my requirement is to create a Audit trail for
User Login and Logout.
if user login to the system, then i make a entry into the Database.
if user successfully Logout to the system then i make the logout entry in the database.
but what will happen if user close the IE directly with logout to the system or Alt + f4 or close IE by right click or any thing else.
that is my actual requirement..
Amit Agarwal
|
|
|
|
|
I have created a page that stores a DataSet in a session variable and remove the session variable once the user navigates away from it. There are about 5 grids each with about 4 columns and 3-4 rows and two Developer Express comboboxes which I could see from the view source writing a lot of scripts. I have them all put inside an update panel. The problem is the page is taking too much time b/w postbacks(async).
The yslow shows the following in F grade:
-Make Fewer HTTP requests
-Use a content Delivery Network
-Add Expires headers
-Minify Javascript and CSS
-Configure entity tags.
These two D grades:
-Minify Javascript and CSS
-Configure entity tags.
This one in E grade:
-Reduce the number of DOM elements.
My browser is IE 7. To my surprise the page is pretty faster in the latest version of FireFox.
|
|
|
|