|
bhavnvyas wrote: g I am using it in ascx page
You have to add the Script tag in .ascx page not in master page
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
still not workin its working in my demo app in aspx page...
thnx buddy for helping so much.......
|
|
|
|
|
Just Paste the code in .ascx file
there is style sheet it had to your style sheet reference..!
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.pstrength-min.1.2.js">
</script>
<script type="text/javascript">
$(function() {
$('.password').pstrength();
});
</script>
<asp:TextBox ID="Password" runat="server" CssClass="password"
TextMode="Password"></asp:TextBox>
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
still not working....
thnx a lot......
|
|
|
|
|
k
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
|
|
|
Hi,
Session is not working in class file when i'm using cookieless="false". Otherwise it's working fine
i have to use cookieless="false" in my project.
So please let me know the solution how i can get the session value??
Thanx...
krishna veer singh
|
|
|
|
|
go through this....
asp.net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
MemoryStream stream = new MemoryStream(thumbnail);
Bitmap bmp = (Bitmap)System.Drawing.Image.FromStream(stream);
i m using above code for image uploading in 2005 and it is working properly
but same code is throwing exception "Parameter is not valid." on line
Bitmap bmp = (Bitmap)System.Drawing.Image.FromStream(stream);
is there any issue with 2008 or there is some other way in it.
|
|
|
|
|
I have no idea what you are doing...!
Are you converting into bytes?
What ar you trying to do..!
LatestArticle :Log4Net
Why Do Some People Forget To Mark as Answer .If It Helps.
|
|
|
|
|
I m trying to create thumbnail image of uploaded image
{
image = new byte[len];
updFIle.PostedFile.InputStream.Read(image, 0, len);
ImageUtility objImage = new ImageUtility();
timage = objImage.UpdateGalleryphoto(filemime, len, image, 100, 100);
filename = updFIle.FileName;
BL.clsAdmin obj = new BL.clsAdmin();
}
updateGallery photo is function which generates the thumbnail
public byte[] UpdateGalleryphoto(String strImageType, int len, byte[] thumbnail, int height,int width)
{
byte[] Thumbpic = null;
try
{
int EH = 75;
int EW = 100;
Thumbpic = new byte[len];
MemoryStream stream = new MemoryStream(thumbnail);
Bitmap bmp = (Bitmap)System.Drawing.Image.FromStream(stream);
int w = bmp.Width;
int h = bmp.Height;
bool bImage = false;
if (height >= h && width >= w)
{
return thumbnail;
}
if (h >height)
{
EW = (EH * w) / h;
}
else
{
EH = (EW * h) / w;
}
Thumbpic = ModifyImage(thumbnail, EW, EH, strImageType, bImage);
}
catch (Exception ex)
{
throw ex;
}
return Thumbpic;
}
above code is working in 2005 but throwing exception in 2008 at line
Bitmap bmp = (Bitmap)System.Drawing.Image.FromStream(stream);
|
|
|
|
|
can anybody help me in making an application of soil prediction model using .net(C#) with sql server.
in this application, user will enter the data and the application have to analyze that data and will generate a formula on the basis of user input and will the output.
it is a scientific application which use statistics.
i can't understand where to start.can anybody help.
thankx in advance.
|
|
|
|
|
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.....
|
|
|
|