Hello everyone...
I have to give seminar on Generic Visual perception processor and I am unable to find good material on Generic Visual perception processor.I have searched a lot but I want some good notes or presentations on this topic as I have to give seminar on this subject ...so I really want some good material.
Please help me if u can .....
Thanking u all
User Profile
Collapse
-
Generic Visual perception processor
-
two-tier application
I read in one wbsite that :
In the past two-tier applications were used. Two-tier applications are also know as client/server applications. In most of the cases these architecture were providing only the database functionality and all the business logic and presentation of the data logic were installed on the client machine. This architecture was very difficult to maintain.
In this what I have not understood how the buisness... -
Servlet based problem
I have to make a servlet based application in which the web form displays data coming from mysql table.And we have to give the user the facility of downloading this data into Microsoft word.
There is no problem with data display but the problem is that I don't know how I should do the download part and that also in servlets.I mean to say I have to use just servlet only for this functionality.I am using NetBeans 6.0.
... -
Thank you for replying so quickly to my answer.
I have tested the solution that you gave me but its giving me error:
SELECT STR_DATE('04:02 PM','%r');
then its giving me error like :
Incorrect datetime value: '04:02PM' for function str_to_time -
I mean to say that I am importing the data from txt file to MySql table.And that table contains time datatype:
and my txt file contains 04:02PM.So I have to move this data into that time field.And When I import this file to my table.I get the error:
Invalid data '4:02PM' for time .
So please help me out.,Leave a comment:
-
Converting varchar field data into time
Please Guys help me out , as I need the solution of this problem very fast.Please help me.
My table contains a varchar field which contains time like : 04:09PM
Now the problem is that I have to convert this into time.Please help me to suggest how to convert this data into time as I have to create various reports.
I have also tried to put time datatype instead of varchar.But when I inserted this... -
Using alert in ASP.NET 2005
I am using alert, when user has successfully inserted the values in database.
for ex:
Response.Write( "<script>alert( "You have successfully inserted values");</script>");
This code successfully runs, but the problem is that when I press the back button in my application from any page , this alert box also appears.
I don't want alert window to appear when... -
Internally creating Password in ASP.NET 2005
Hello everyone,
I want to ask about how to create password internally in ASP.NET web application.
Like I have a application in which administrator will create user.
And he will enter:
UserId
and Password should get internally generated for that userid.
Like now a days there are many sites which gives the password like:3wer45yuu when we submit the form.... -
Yes I did exactly like this.But nothing is happening.Dropd ownlist is not showing Select.But If I will add this after databind() then select is visible in the dropdownlist.Bu t on submitting the form it is giving the error of :
Cannot add or Update foreign Key BranchId.
As I have mentioned previously that my form contains two dropdownlist:
BranchName and DeptName.
BranchId is primary Key...Leave a comment:
-
User Permissions in ASP.NET 2005
Hello everyone,
I am using ASP.NET 2005 with C#.
Actually my application have to perform the following functionalities :
-> Firstly administrator will create user and assign permissions to them.
-For example , the application has a menu containing VillageMaintena nce Module ,SurveyMaintena nce Module ,Reports.
Now the administrator will decide which menu will be visible to... -
Thank you for replying to my query.
But when I used what u have suggested but my application gives me error like:
JavaScriptUtil is not in the current context.
Please help me.Leave a comment:
-
Thank you for replying but you know I have tried adding the item before calling databind but nothing happening.Pleas e suggest what can I do.Leave a comment:
-
Asking for confirmation before deleting records in GridView of ASP.NET 2005
Thank you for replying.
It is giving the error:
: The name 'JavaScriptUtil ' does not exist in the current context
Iam using ASP.NET 2005 -
Asking for confirmation before deleting records from GridView of ASP.NET 2005
Thank you for replying.But it will be better if you will explain me more precisely.
what I asked was:
I have a Gridview , whose first column is template colums which contains checkboxes , outside my GridView I a have a delete button.
So in this application,whe n the user check any checkbox ,and when click on the...Leave a comment:
-
Asking for confirmation before deleting records in GridView of ASP.NET 2005
Hello everyone,
I have a Gridview , whose first column is template colums which contains checkboxes , outside my GridView I a have a delete button.
So in this application,whe n the user check any checkbox ,and when click on the delete button , it should ask for the confirmation 'Are you sure you want to delete these records'.
But you Know my problem is that:
I have added the following... -
Filling Dropdownlist through database values in ASP.NET 2005
Hello everyone,
I have three tables CompanyMst ,BranchMst and DeptMst.
CompanyMst contains:
CompanyId(Prima ry Key) ,CompanyName.
BranchMst contains:
CompanyId(Forei gn key),BranchId(P rimary Key),BranchName .
DeptMst contains:
UserId,BranchId (Foriegn key),DeptId(Pri mary Key),DeptName.
Now in the registration forms I am filling the DeptName... -
Using LOAD DATA INFILE in ASP.NET 2005
Hello everyone,
I have used load data infile in my ASP.NET Project to import the csv file data to my database.
For ex: my database contains : name address id fields.
But my text file contains only name and address , so these two fields sucessfully get imported to the database but now what I have to do is to add id value for that imported row.
I have used:
... -
C# : Convert text to csv format
Thank you debasisdas for replying.
But u know I have t convert the txt file into csv through C# code.My application requires that I have to select one text file from the Browse and then on the other button click that selected should get converted into csv.
Please help. -
Importing data
Hey everyone:
I just want to discuss the problem releted to ASP.NET 2005 and MySQL database.I have a text file with delimiter as space.Now I want to import the text file data into MySQL database.Suppos e text file contains :
sdf dfdsf dfdsf
Now in the database I have three fields , so above text file data should go to the database in particular fields.
I have used LOAD DATA INFILE 'pathname'...
No activity results to display
Show More
Leave a comment: