Advertisement

1 - 10 of 30 containing alltags:("empty string") (0.001 seconds)
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...
Zones: Web Dev SoftwareDate Answered: 02/20/2003 Grade: A Views: 0
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 ...
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...
Zones: ASP.Net Programming, MS Visual BasicDate Answered: 04/24/2007 Grade: B Views: 0
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")       ...
Zones: MS SQL DTS, MS SQL ServerDate Answered: 01/31/2008 Grade: B Views: 4
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 ...
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...
Zones: MS SQL ServerDate Answered: 06/01/2004 Grade: A Views: 0
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...
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...
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....
Zones: ASP.Net ProgrammingDate Answered: 06/09/2005 Grade: A Views: 0
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...
Zones: MS Visual BasicDate Answered: 09/27/2005 Grade: A Views: 0