No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
When i try to update the row in datagridview, it doesn't get updated into database. Nothing happens when i change the fields. Not even the delete command is working. [CODE]<%@ Page Language="C#" AutoEventWireup="true" CodeFile="existBill2.aspx.cs" Inherits="existBill2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Editing Existing … | |
Re: new to c++ i just need to know what does this line mean? and why its not working with my compiler? it is giving an error that type qualifier 'std' must be a struct or class name std::ifstream inputfile("part.txt",std::ios::in |std::ios::binary); if(!inputfile) { std::cout<<"Could not open file"<<std::endl; return 1; |
The End.