Hi..
Can we store whole file in database? ie it should store in database in same format. .pdf should store in .pdf fomat and .doc should store in .doc fomat.
User Profile
Collapse
-
How can we store whole in database?
-
ASP.NET-How to display the content of a file?
Hi,
I have a file(it may be .pdf, .doc or .xls) in the hard disk. I want to display the content of that file in same format. ie .pdf shold be in pdf format......
How can we do that in ASP.NET ?
Using which tool we can display the content of a file in ASP.NET and how? -
C# - How to create .exe file
Hi,
i have created a windows appication project in vs.net 2005.
i want to create .exe file of that project.
how can i create .exe file? -
Are these objects equal?
Hi, i want to compare two objects. i wrote the program as bellow,
............... .........
namespace TestPrograms
{
class test
{
public int i;
}
class Exercise
{
public static void Main(string[] s)
{
test t1=new test();
test t2=new test();
t2.i=10;... -
How to add not null constraint to existing table?
How to add not null constrint to an existing table?
i tried with "alter table emp add constraint not_null_name not null(name)" command
but it's giving error ..........
alter table emp add constraint not_null_name not null(name)
*
ERROR at line 1:
ORA-00904: : invalid identifier -
Rename column name
How to rename the column?
i entered "alter table student_19104 rename student_marks to stud_marks"
But it's giving error "missing PARTITION or SUBPARTITION keyword " -
Compare two dropdowns in ASP.NET
Hi,
How can i compare values of two dropdown lists in .aspx page using javascript?
I used following code-
[code=javascript]
function ValidateFlightR equest()
{
var vFromCombo = igcmbo_getCombo ById("ctl00_Sea rchBar1_ddlLeft searchFrom");
var vToCombo = igcmbo_getCombo ById("ctl00_Sea rchBar1_ddlLeft searchTo");
...
No activity results to display
Show More
Leave a comment: