<connectionStrings>
    <!-- add name="ConnectionString" connectionString="Password=[password];Persist Security Info=True;User ID=[id];Initial Catalog=[database name];Data Source=[local]" providerName="System.Data.SqlClient"/ -->
    <add name="ConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|isBoard.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
  </connectionStrings>

Posted by 아로스

탭(tab) replace

Windows/ASP 2013. 3. 12. 09:50

Replace(OldString,vbtab,"")

Posted by 아로스

 protected void repList_ItemDataBound(object sender, RepeaterItemEventArgs e)         {             if (repList.Items.Count < 1)             {                 if (e.Item.ItemType == ListItemType.Footer)                 {                     Label lblFooter = (Label)e.Item.FindControl("lblEmptyData");                     lblFooter.Visible = true;                 }             }         }

 

 

 <FooterTemplate>
        <tr>
            <td colspan="3"><asp:Label ID="lblEmptyData" runat="server" Text="내용이 없습니다." Visible="false"></asp:Label></td>
        </tr>
        </table>
Posted by 아로스

테이블 롤링

Windows/jquery 2012. 2. 6. 15:19
Posted by 아로스
Posted by 아로스

아로스

달력

05-18 17:56