8,087 Actions
awarded
awarded
comment
Suddenly started getting Illegal invocation JS errors in my iframe embedded YouTube videos
If you figured out how to solve this please do tell! Thanks.
awarded
awarded
comment
GridView aspx c#
How many rows is it showing? Are you sure the data source has more data than is being shown in the grid?
comment
Why the code contains error when creating excel file and want to work with it
Please edit your question to contain the error details.
comment
Unknown column 'BookId' in 'field list'
Are your migrations up to date?
comment
What happens when a class inherits another class and implements an interface that have identically named property?
For more understanding read up on explicit interface implementation
comment
HTTP API code returns 403 forbidden, however the postman post works - confused
Does request.Headers.TryAddWithoutValidation return true?
comment
HTTP API code returns 403 forbidden, however the postman post works - confused
I wanted HTTP not c#.
comment
HTTP API code returns 403 forbidden, however the postman post works - confused
Gabors advice for creating the string content is good but I doubt it is causing the 403. Can you use postman to generate the HTTP code and post it (redacted)?
comment
Operation is not valid due to the current state of the object when I submit data to DB in Oracle asp.net
You never assigned the connection to the command.
comment
Blazor server component property state is lost
If I understand your intent, you can just make
currentCount static. comment
NHibernate - map Oracle sequence to non-ID column
So what do you mean by
. It does not try to set Bar at all on insert but queries the value after insert. ? If you saw my update then you know I'm getting a Bar value on my object instance but it does not get set in the database. comment
NHibernate - map Oracle sequence to non-ID column
Thank you for the assistance, but I need it to insert the value, not generate it after.
comment
NHibernate - map Oracle sequence to non-ID column
And, it does not generate the sequence value, it is 0
comment
NHibernate - map Oracle sequence to non-ID column
It is trying to set
Bar instead of BAR so its throwing ORA-00904 invalid identifier