Hi,
I have couple of PDF files that i need to combine to one large file.
Is it ONLY possible to do through Acrobate writer ?
Are there any other Programming techniques or software/freeware that can be used ?
Any help appreciated .
Thanks
I'm planning on creating a personal website and hosting myself . I'm little new to all this so bear
with me . I was wondering what would be the best and inexpensive way to handle emails from my domain . I do want to send newsletters and send emails to different groups with my domain name.
(i.e...
I'm planning on creating a personal website and hosting myself . I'm little new to all this so bear
with me . I was wondering what would be the best and inexpensive way to handle emails from my domain . I do want to send newsletters and send emails to different groups with my domain name.
(i.e...
Hi,
I have a FORM which has a Input text box in a FOR loop .
<form name="form1" method="POST" Action="sasd.asp" onSubmit="return validate();">
<%
for(i=0;i <3;i++)
{
%>
<input width="150" Type="text" name="NM">
<%
}...
I have a FORM which has a text box in a for loop .
<form name="form1" method="POST" Action="sasd.asp" onSubmit="return validate();">
<%
for(i=0;i <3;i++)
{
%>
<input width="150" Type="text" name="NM">
<%
}
%>
</FORM>
I'm having little difficulity in reading what is...
Hi,
I was wondering if there are any functions in ASP/JAVASCRIPT...to do paging like they have in GOOGLE or tek-tips .
i.e
Prev 1 2 3 4 5 Next
And when we hit Next at page 5 It actually takes to Page 6
Prev 6 7 8 9 10 Next
Thanks!!!
I guess i wasnt clear enough . I apologize for that . But I did figure it out though .All i wanted to was something opaque or transparent which can be achived using filters.
<style>
.opaque {
-moz-opacity: .5; /* moz requires fraction */
filter: alpha(opacity=50);
}
</style>
Thanks...
Hello
When i run text data through OPENXML which has data more than 3956 charcters i get the following error .
Server: Msg 6603, Level 16, State 1
XML parsing error: System error: 265926
Microsoft has the following fix..
http://support.microsoft.com/default.aspx?scid=kb;EN-US;285006
But I...
Hello, I was wondering if there is any way to have a transparent background-as watermark .
For ex: I have a html page and want to have a caption "XYZ" as a transparent background .
Thanks!!
Actually all this exercise is for updating a production database in a streamlined manner .
1.creation of new sql stored procedures
2.updates of old stored procedures
3.create/update tables
4.adding indexes
I was planning on having a bat file and then call all the sqlscripts inside that bat...
Actually I can run a sql file from a query analyzer which can be done by opening from the menu->file ->open . I'm curious how to call a sql file or query file from another sql or query file.
Thanks!
Hi,
I'm updating a database with a sql file .I was wondering how to call a sql file inside a sql file .
The sql files are used for updating databases .
Thanks!!!
Hi,
I have an xml string which i do send it as a parameter for a sql stored procedure .
The issue i'm facing is , i need to send a double quote around a value .but when i send that
through xml/xsl it converts it into a double quote even before it reaches sql server and it gives an error
in...
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.