I get Does not contain a definition for 'rowindex' error.any clue will be appreciated.
protected void btnConAd_Click(object sender, EventArgs e)
{
string valStr;
foreach (GridView gvRows in gvConAd.Rows)
{
CheckBox chkSelect =...
thank you all for the response. there is no trailing space.I already trim the trailing space.
what I am trying to do is that if the user select include "ALL" from the dropdown selection then I want to return all the rows for regardless of the selected states.otherwise, I would like the rows for...
I am trying to do a comparison like below and somehow it is not working. Is it because I am trying to compare a value assigned to a variable with the string. How can I fix that?
please help. thank you
If String.Compare(strStates1, "ALL", True) = -1 Then
.Append(" AND R.STATE...
I am trying to select a value from the list control. If the user select "ALL" I would like to pass the value to my sql statement. if the user select more than one value, I would like to separte the values in comma and pass to the query. I have the code below and my problem is it is not passing...
thank you jbenson001 for the reply. I did like you suggested and I got this error:
Argument not specified for parameter 'stContract' of 'Public Shared Function GetLetProp(stContract As String) As System.Data.DataSet'.
[code]
Imports Microsoft.VisualBasic
Imports Oracle.DataAccess.Client
Imports...
I have a vb.net code with one class "letprop" in the APP_code folder. I am wondering if I could pass a value from the aspx page to the letprop class.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default3.aspx.vb" Inherits="Default3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
I get an error is not null supported. can someone help
(if {U_order.order_status}='denied'
AND
{U_order.DATE_stored_RELEASED} is NOT NULL )
then 1
else 0
I use this script to change the color of the record when the record number is an odd number. However, the customer wants for the color to be changed every other two rows no matter what the row number is. I am not sure how this can be done.also, ask if it is only one row in the end then to move...
I get this error when I add
<configProtectedData> <providers> <add useMachineProtection="false" keyEntropy="" name="MyUserDataProtectionConfigurationProvider" type="System.Configuration.DpapiProtectedConfigurationProvider, System.Configuration, Version=2.0.0.0, Culture=neutral...
I checked can grow and still cutting off the text. any idea why. I even see that even there is enough room to show the entire text and still cut some off.
Ok! I am getting there :)
for example if I include this in config file then It should work without any issue then.
<configProtectedData>
<providers>
<add useMachineProtection="false" keyEntropy="" name="MyUserDataProtectionConfigurationProvider"...
thank you Mark again. Please bear with me as I am trying to figure this out. should not I need to know the machine key to include that in my web.cfg file. Is so how can I find out the machine key?
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.