Hi Guys!
Go to http://www.clipboardsolutions.net/RentACoder/test_cgi_http_host.cfm and push the submit button. Does the CGI.HTTP_HOST variable come up blank? It does for me and a few irate custo...
http://www.experts-exchange.com/Web_Development/Software/Q_20486370.html
I want to find if an array of Strings is empty.
I am doing
<%!
String [] dept_name;
%>
<%
dept_name = request.getParameterValues("dept_name");
out.println(dept_name.length);
%>
If there ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20891825.html
Zones:
JSPDate Answered: 02/20/2004 Grade: A Views: 0
I have an ASP for with code-behind.
ASP Code:
<asp:TextBox ID="txtDate" style="width:80px; height:22px;" runat="server">mm/dd/yyyy</asp:TextBox>
VB Code:
Dim strMeetingDate As String = txtDa...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22483723.html
below is the default dts transform:
i am trying to take any value of null and replace it with an empty string
Function Main()
DTSDestination("Salesfirstname") = DTSSource("Salesfirstname")
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/DTS/Q_22950242.html
I've described my prbolem in the following code. In my program, a radio button n a textfield will appear a number of times in a loop. What I need is that if all of those fields are empty, an alert ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20562261.html
Zones:
JavaScriptDate Answered: 01/26/2004 Grade: A Views: 0
Hello!
I am using te MS SQL Server. I want to create a field with the datatype text.
With "create table 'tablename' (textfield VarChar(10) Null)" I am creating a field, where I allow te value Nu...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20565026.html
i have some problem trying to compare value retreive using request.getParameter.
i have this
if (request.getParameter("ActID")==null)
{
out.println("null");
}
else
{
.
.
.
}
but ev...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20580474.html
Zones:
JSPDate Answered: 04/14/2003 Grade: A Views: 0
Hi,
I am trying to display the unique nodes(Here item Elements) based on Item(@from,@to and Description/Content,Location) from the below xml.
temp.xml:
<?xml version="1.0" encoding="u...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_21172665.htm...
Zones:
XMLDate Answered: 10/20/2004 Grade: A Views: 0
I need to get the text displayed in a cell of a datagrid. I have tried e.Item.Cells[0].Text, but it turns up as an empty string. Oddly enough I can set the text of the cell using the same way. e....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21428473.html
In My vb.net application I am checking for condition if the grid column value is not blank using the follwoing code:
'If it isn't blank
If Not CurrentRow.Cells(storedProcRevDeta...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21575695.htm...