Hi all
I have to run a sql query which looks like
select * from name where name like '[0-9]%'
This works fine in query analyser and returns me all names starting with numerical charater but if i put it in datatable.select as below i get the error
"The string pattern is invalid '[0-9]%'.
My...
Hi all
I have a pdf document which i need to pass from the web service to the calling application(Both are on different network which is why i need web service to transport file,Making pdf file a virtual directory for http call is not an option.).
I was able to get network file info and could...
Hi all
Here's my scenario:
I have a web application(Internet website not intranet or extranet) which needs to show a pdf file sitting in our network. We donot want the user to see the path for the pdf nor is making the folder where pdf resides a virtual directory a option.
Having said that...
sbushway..Did you find the solution to your problem. Iam trying to do the exact same thing. If you have found the solution and if you can share with me your text and format file then that would be great.
Badrinath Chebbi
http://www.bmchebbi.com
Hi all
I have a page which has 7 required field validation controls. Is there anyway in i can find out if any of these is not valid on post back in my code behind with one statement or do i have to valiodate each control and find out if anyone is false?
I was looking for something like...
Hi carl
Thanks gfor ur time but ya this has nothing to do with .net service since when i get the result back in a .net page it works. It is cold fusion which is losing data. Ya i could have tried cfinvoke but unfortunately we dont run mx. Anyways thanks for ur time.
Badrinath Chebbi...
Hi Carl
Thanks for your time. I actually need the exception sentence "Divide by zero". I dont find it in any cfhttp variable coming back. Iam getting 500 as status code but i really need that exception sentence. I dont know where that is getting lost.
Badrinath Chebbi...
Hi
Iam using cfhttp to talk to a .net web service which returns either string or exception. When it returns string i get data correctly but when it returns exception i need to capture the exception string. Somehow cold fusion loses that data and returns me "500 Internal Server Error"...
Hi
Is there a way in cold fusion to handle http errors. Like once the page loads at the start of the page can i have a script tyo detect a particular http code generated by the page and take actions accordingly like redirecting to a different page or something.
Typically i would like to handle...
Hi
Is there a way in javascript to handle http errors. Like once the page loads at the start of the page can i have a script tyo detect a particular http code generated by the page and take actions accordingly like redirecting to a different page or something.
Typically i would like to handle...
Hi all
I have a webservice on one of our servers and i instantiate that service by using
servername.webservicename ws = new webservicename();
I need to be able to put the server name from some application variable and not hard code it here. Any ideas on how to do it?
I tried using...
Hi
I want to store array object in hash table and then create application variables based on values in the array. Iam uanble to store array object in hash table.
My code is
Manager.Add("AUserManager",AUserManager);
IDictionaryEnumerator myHashEnumerator = Manager.GetEnumerator()...
How can i add asp:radiobutton control in my code behind file of my ascx page dynamically?I instantiaited the templatecolumn,radiobutton and datagrid successfully but iam unable to add radiobutton to templatecolumn because we need itemtemplte inside templatecolumn. Anyone has any ideas...
Hi
Which namespace is response object in? Iam tryoing to use response.redirect("somepage.aspx") but it keeps on giving the error
The type or namespace name 'response' could not be found (are you missing a using directive or an assembly reference?)
which namspace do i have to import...
Hi
Iam trying to build a row dynamically using
document.write( '<tr><td onclick=groupby("Birth Date",6)></td></tr>' );
the problem is that on IE6 it breaks because of the "Birth date" parameter. For one word parameter its good. Any ideas?
Badrinath Chebbi...
Hi
Iam building a dynamic di tag with a onclick attribute inside a for loop. This onclcik attribute calls a function by sending 2 parameters.
for ex:
for (i=1;i<=9;i++)
{
var tempparam1=i;
document.write("<tr><td onclick=groupby(tempparam1)></td></tr>");
}
strangely everytime the...
Iam trying to use ondragdrop event on IE6 but the event doesnt seemed to be getting fired at all. I have ondragdrop in the body tag which calls a function. Also i tried window.ondragdrop in the head section but for no use. Any thoughts will be highly appreciated.
Badrinath Chebbi...
Hi
In my application we have the resume upload feature where people can copy and paste their test formattted resume in a textarea and submit the form. Thistextarea content gets stored in a sql server2000 database. The problem is that the field in he database where this resume gets stored is set...
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.